Class DropConstant


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

    • constantName

      private String constantName
    • ifExists

      private boolean ifExists
  • Constructor Details

  • Method Details

    • setIfExists

      public void setIfExists(boolean b)
    • setConstantName

      public void setConstantName(String constantName)
    • update

      long update(Schema schema)
      Specified by:
      update in class SchemaOwnerCommand
    • 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