Class DropFunctionAlias


public class DropFunctionAlias extends SchemaOwnerCommand
This class represents the statement DROP ALIAS
  • Field Details

    • aliasName

      private String aliasName
    • ifExists

      private boolean ifExists
  • Constructor Details

  • Method Details

    • update

      long update(Schema schema)
      Specified by:
      update in class SchemaOwnerCommand
    • setAliasName

      public void setAliasName(String name)
    • setIfExists

      public void setIfExists(boolean ifExists)
    • 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