Class DropFunctionAlias


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

      • aliasName

        private java.lang.String aliasName
      • ifExists

        private boolean ifExists
    • Constructor Detail

    • Method Detail

      • setAliasName

        public void setAliasName​(java.lang.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