class SavepointConstantAction extends DDLConstantAction
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
savepointName |
private int |
savepointStatementType |
WHEN_MATCHED_THEN_DELETE, WHEN_MATCHED_THEN_UPDATE, WHEN_NOT_MATCHED_THEN_INSERT
Constructor and Description |
---|
SavepointConstantAction(java.lang.String savepointName,
int savepointStatementType)
Make the ConstantAction for a set savepoint, rollback or release statement.
|
Modifier and Type | Method and Description |
---|---|
void |
executeConstantAction(Activation activation)
This is the guts of the Execution-time logic for CREATE TABLE.
|
java.lang.String |
toString() |
addColumnDependencies, adjustUDTDependencies, adjustUDTDependencies, constructToString, getAndCheckSchemaDescriptor, getSchemaDescriptorForCreate, lockTableForDDL, storeConstraintDependenciesOnPrivileges, storeViewTriggerDependenciesOnPrivileges
private final java.lang.String savepointName
private final int savepointStatementType
SavepointConstantAction(java.lang.String savepointName, int savepointStatementType)
savepointName
- Name of the savepoint.savepointStatementType
- set savepoint, rollback savepoint or release savepointpublic java.lang.String toString()
toString
in class java.lang.Object
public 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)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.