public interface BeforeTransactionCommitContext extends TableTriggerExecutionContext
| Modifier and Type | Method and Description |
|---|---|
ValueContext |
getOccurrenceContext()
Overridden, always returns
null in this context. |
ProcedureContext |
getProcedureContext()
Returns the current procedure context.
|
boolean |
isIntermediateCommit()
Returns
true if this is an intermediate commit (not a final commit). |
getAdaptationHome, getTable, isHistoryRestoregetSessionProcedureContext getProcedureContext()
boolean isIntermediateCommit()
true if this is an intermediate commit (not a final commit).
Intermediate commits are used during procedure execution
if a commitThreshold has been set.
ValueContext getOccurrenceContext()
null in this context.getOccurrenceContext in interface TableTriggerExecutionContext