org.apache.derby.impl.sql.execute
Class DropSPSConstantAction
java.lang.Object
org.apache.derby.impl.sql.execute.GenericConstantAction
org.apache.derby.impl.sql.execute.DDLConstantAction
org.apache.derby.impl.sql.execute.DropSPSConstantAction
- All Implemented Interfaces:
- ConstantAction
- class DropSPSConstantAction
- extends DDLConstantAction
This class describes actions that are ALWAYS performed for a
DROP STATEMENT Statement at Execution time.
- Author:
- Jamie
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
spsName
private final java.lang.String spsName
sd
private final SchemaDescriptor sd
DropSPSConstantAction
DropSPSConstantAction(SchemaDescriptor sd,
java.lang.String spsName)
- Make the ConstantAction for a DROP STATEMENT statement.
- Parameters:
sd
- Schema that stored prepared statement lives in.spsName
- Name of the SPS
toString
public java.lang.String toString()
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)
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.