Class DropSchema


public class DropSchema extends DefineCommand
This class represents the statement DROP SCHEMA
  • Field Details

  • Constructor Details

  • Method Details

    • setSchemaName

      public void setSchemaName(String name)
    • update

      public long update()
      Description copied from class: Prepared
      Execute the statement.
      Overrides:
      update in class Prepared
      Returns:
      the update count
    • setIfExists

      public void setIfExists(boolean ifExists)
    • setDropAction

      public void setDropAction(ConstraintActionType dropAction)
    • 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