Interface BeforeTransactionCommitContext
- All Superinterfaces:
TableTriggerExecutionContext,TriggerExecutionContext
Provides a context for executing pre-transaction commit operations.
-
Method Summary
Modifier and TypeMethodDescriptionOverridden, always returnsnullin this context.Returns the current procedure context.booleanReturnstrueif this is an intermediate commit (not a final commit).Methods inherited from interface com.orchestranetworks.schema.trigger.TableTriggerExecutionContext
getAdaptationHome, getTable, isHistoryRestoreMethods inherited from interface com.orchestranetworks.schema.trigger.TriggerExecutionContext
getSession
-
Method Details
-
getProcedureContext
ProcedureContext getProcedureContext()Returns the current procedure context. This context provides the opportunity to perform additional updates in the current dataspace. -
isIntermediateCommit
boolean isIntermediateCommit()Returnstrueif this is an intermediate commit (not a final commit).Intermediate commits are used during procedure execution if a
commitThresholdhas been set. -
getOccurrenceContext
ValueContext getOccurrenceContext()Overridden, always returnsnullin this context.- Specified by:
getOccurrenceContextin interfaceTableTriggerExecutionContext
-