| java.lang.Object org.apache.derby.impl.sql.execute.GenericConstantAction org.apache.derby.impl.sql.execute.DDLConstantAction org.apache.derby.impl.sql.execute.SavepointConstantAction
SavepointConstantAction | class SavepointConstantAction extends DDLConstantAction (Code) | | This class describes actions that are ALWAYS performed for a
Savepoint (rollback, release and set savepoint) Statement at Execution time.
|
Constructor Summary | |
| SavepointConstantAction(String savepointName, int savepointStatementType) Make the ConstantAction for a set savepoint, rollback or release statement. |
SavepointConstantAction | SavepointConstantAction(String savepointName, int savepointStatementType)(Code) | | Make the ConstantAction for a set savepoint, rollback or release statement.
Parameters: savepointName - Name of the savepoint. Parameters: savepointStatementType - set savepoint, rollback savepoint or release savepoint |
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)
|
|
|