| java.lang.Object org.apache.derby.impl.sql.execute.GenericConstantAction org.apache.derby.impl.sql.execute.DDLConstantAction org.apache.derby.impl.sql.execute.DDLSingleTableConstantAction
All known Subclasses: org.apache.derby.impl.sql.execute.AlterTableConstantAction, org.apache.derby.impl.sql.execute.IndexConstantAction, org.apache.derby.impl.sql.execute.ConstraintConstantAction, org.apache.derby.impl.sql.execute.RenameConstantAction, org.apache.derby.impl.sql.execute.DropTriggerConstantAction, org.apache.derby.impl.sql.execute.DropTableConstantAction, org.apache.derby.impl.sql.execute.CreateTriggerConstantAction,
DDLSingleTableConstantAction | abstract class DDLSingleTableConstantAction extends DDLConstantAction (Code) | | Abstract class that has actions that are across
all DDL actions that are tied to a table. An example
of DDL that affects a table is CREATE INDEX or
DROP VIEW. An example of DDL that does not affect
a table is CREATE STATEMENT or DROP SCHEMA.
author: jamie |
DDLSingleTableConstantAction | DDLSingleTableConstantAction(UUID tableId)(Code) | | constructor
Parameters: tableId - the target table |
Methods inherited from org.apache.derby.impl.sql.execute.DDLConstantAction | protected String constructToString(String statementType, String objectName)(Code)(Java Doc) static SchemaDescriptor getAndCheckSchemaDescriptor(DataDictionary dd, UUID schemaId, String statementType) throws StandardException(Code)(Java Doc) static SchemaDescriptor getSchemaDescriptorForCreate(DataDictionary dd, Activation activation, String schemaName) throws StandardException(Code)(Java Doc) final void lockTableForDDL(TransactionController tc, long heapConglomerateNumber, boolean exclusiveMode) throws StandardException(Code)(Java Doc) protected void storeConstraintDependenciesOnPrivileges(Activation activation, Dependent dependent, UUID refTableUUID) throws StandardException(Code)(Java Doc) protected void storeViewTriggerDependenciesOnPrivileges(Activation activation, Dependent dependent) throws StandardException(Code)(Java Doc)
|
|
|