Class 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 Detail

      • aid

        private final java.lang.String aid
      • schemaName

        private final java.lang.String schemaName
    • Constructor Detail

      • CreateSchemaConstantAction

        CreateSchemaConstantAction​(java.lang.String schemaName,
                                   java.lang.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