Class DropAggregate


  • public class DropAggregate
    extends SchemaOwnerCommand
    This class represents the statement DROP AGGREGATE
    • Field Detail

      • name

        private java.lang.String name
      • ifExists

        private boolean ifExists
    • Method Detail

      • setName

        public void setName​(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