Class CreateFunctionAlias


public class CreateFunctionAlias extends SchemaCommand
This class represents the statement CREATE ALIAS
  • Field Details

    • aliasName

      private String aliasName
    • javaClassMethod

      private String javaClassMethod
    • deterministic

      private boolean deterministic
    • ifNotExists

      private boolean ifNotExists
    • force

      private boolean force
    • source

      private String source
  • Constructor Details

  • Method Details

    • update

      public long update()
      Description copied from class: Prepared
      Execute the statement.
      Overrides:
      update in class Prepared
      Returns:
      the update count
    • setAliasName

      public void setAliasName(String name)
    • setJavaClassMethod

      public void setJavaClassMethod(String method)
      Set the qualified method name after removing whitespace.
      Parameters:
      method - the qualified method name
    • setIfNotExists

      public void setIfNotExists(boolean ifNotExists)
    • setForce

      public void setForce(boolean force)
    • setDeterministic

      public void setDeterministic(boolean deterministic)
    • setSource

      public void setSource(String source)
    • getType

      public int getType()
      Description copied from class: Prepared
      Get the command type as defined in CommandInterface
      Specified by:
      getType in class Prepared
      Returns:
      the statement type