Class CreateSchemaConstantAction

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

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

    • aid

      private final String aid
    • schemaName

      private final String schemaName
  • Constructor Details

    • CreateSchemaConstantAction

      CreateSchemaConstantAction(String schemaName, String aid)
      Make the ConstantAction for a CREATE SCHEMA statement. When executed, will set the default schema to the new schema if the setToDefault parameter is set to true.
      Parameters:
      schemaName - Name of table.
      aid - Authorizaton id
  • Method Details