Class DropSequence


public class DropSequence extends SchemaOwnerCommand
This class represents the statement DROP SEQUENCE
  • Field Details

    • sequenceName

      private String sequenceName
    • ifExists

      private boolean ifExists
  • Constructor Details

  • Method Details

    • setIfExists

      public void setIfExists(boolean b)
    • setSequenceName

      public void setSequenceName(String sequenceName)
    • 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