Class DropViewConstantAction

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

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

  • Constructor Details

    • DropViewConstantAction

      DropViewConstantAction(String fullTableName, String tableName, SchemaDescriptor sd)
      Make the ConstantAction for a DROP VIEW statement.
      Parameters:
      fullTableName - Fully qualified table name
      tableName - Table name.
      sd - Schema that view lives in.
  • Method Details