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

      • schemaName

        private final java.lang.String schemaName
    • Constructor Detail

      • DropSchemaConstantAction

        DropSchemaConstantAction​(java.lang.String schemaName)
        Make the ConstantAction for a DROP TABLE statement.
        Parameters:
        schemaName - Table name.