Class DropSchemaConstantAction

java.lang.Object
org.apache.derby.impl.sql.execute.DDLConstantAction
org.apache.derby.impl.sql.execute.DropSchemaConstantAction
All Implemented Interfaces:
ConstantAction

class DropSchemaConstantAction extends DDLConstantAction
This class describes actions that are ALWAYS performed for a DROP SCHEMA Statement at Execution time.
  • Field Details

    • schemaName

      private final String schemaName
  • Constructor Details

    • DropSchemaConstantAction

      DropSchemaConstantAction(String schemaName)
      Make the ConstantAction for a DROP TABLE statement.
      Parameters:
      schemaName - Table name.
  • Method Details