public class DropTriggerConstantAction extends DDLSingleTableConstantAction
| Modifier and Type | Field and Description |
|---|---|
private SchemaDescriptor |
sd |
private java.lang.String |
triggerName |
tableId| Constructor and Description |
|---|
DropTriggerConstantAction(SchemaDescriptor sd,
java.lang.String triggerName,
UUID tableId)
Make the ConstantAction for a DROP TRIGGER statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeConstantAction(Activation activation)
This is the guts of the Execution-time logic for DROP STATEMENT.
|
java.lang.String |
toString() |
dropConglomerate, dropConglomerate, dropConstraint, dropConstraint, dropConstraint, executeConglomReplacement, getConglomReplacementAction, recreateUniqueConstraintBackingIndexAsUniqueWhenNotNulladdColumnDependencies, adjustUDTDependencies, adjustUDTDependencies, constructToString, getAndCheckSchemaDescriptor, getSchemaDescriptorForCreate, lockTableForDDL, storeConstraintDependenciesOnPrivileges, storeViewTriggerDependenciesOnPrivilegesprivate final java.lang.String triggerName
private final SchemaDescriptor sd
DropTriggerConstantAction(SchemaDescriptor sd, java.lang.String triggerName, UUID tableId)
sd - Schema that stored prepared statement lives in.triggerName - Name of the TriggertableId - The table upon which the trigger is definedpublic void executeConstantAction(Activation activation) throws StandardException
activation - The execution environment for this constant action.StandardException - Thrown on failureConstantAction.executeConstantAction(org.apache.derby.iapi.sql.Activation)public java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.