| java.lang.Object org.apache.derby.impl.sql.execute.GenericConstantAction org.apache.derby.impl.sql.execute.DDLConstantAction org.apache.derby.impl.sql.execute.DDLSingleTableConstantAction org.apache.derby.impl.sql.execute.DropTriggerConstantAction
DropTriggerConstantAction | public class DropTriggerConstantAction extends DDLSingleTableConstantAction (Code) | | This class describes actions that are ALWAYS performed for a
DROP TRIGGER Statement at Execution time.
author: Jamie |
DropTriggerConstantAction | DropTriggerConstantAction(SchemaDescriptor sd, String triggerName, UUID tableId)(Code) | | Make the ConstantAction for a DROP TRIGGER statement.
Parameters: sd - Schema that stored prepared statement lives in. Parameters: triggerName - Name of the Trigger Parameters: tableId - The table upon which the trigger is defined |
Fields inherited from org.apache.derby.impl.sql.execute.DDLSingleTableConstantAction | protected UUID tableId(Code)(Java Doc)
|
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)
|
|
|