org.apache.derby.impl.sql.execute
Class DropTriggerConstantAction
java.lang.Object
org.apache.derby.impl.sql.execute.DDLConstantAction
org.apache.derby.impl.sql.execute.DDLSingleTableConstantAction
org.apache.derby.impl.sql.execute.DropTriggerConstantAction
- All Implemented Interfaces:
- ConstantAction
public class DropTriggerConstantAction
- extends DDLSingleTableConstantAction
This class describes actions that are ALWAYS performed for a
DROP TRIGGER Statement at Execution time.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
triggerName
private final java.lang.String triggerName
sd
private final SchemaDescriptor sd
DropTriggerConstantAction
DropTriggerConstantAction(SchemaDescriptor sd,
java.lang.String triggerName,
UUID tableId)
- Make the ConstantAction for a DROP TRIGGER statement.
- Parameters:
sd
- Schema that stored prepared statement lives in.triggerName
- Name of the TriggertableId
- The table upon which the trigger is defined
executeConstantAction
public void executeConstantAction(Activation activation)
throws StandardException
- This is the guts of the Execution-time logic for DROP STATEMENT.
- Parameters:
activation
- The execution environment for this constant action.
- Throws:
StandardException
- Thrown on failure- See Also:
ConstantAction.executeConstantAction(org.apache.derby.iapi.sql.Activation)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.