Class DropConstant


  • public class DropConstant
    extends SchemaOwnerCommand
    This class represents the statement DROP CONSTANT
    • Field Detail

      • constantName

        private java.lang.String constantName
      • ifExists

        private boolean ifExists
    • Method Detail

      • setIfExists

        public void setIfExists​(boolean b)
      • setConstantName

        public void setConstantName​(java.lang.String constantName)
      • 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