IBX.IBServices.TTransactionGlobalAction
Delphi
TTransactionGlobalAction = (CommitGlobal, RollbackGlobal, RecoverTwoPhaseGlobal,
NoGlobalAction);
C++
enum DECLSPEC_DENUM TTransactionGlobalAction : unsigned char { CommitGlobal, RollbackGlobal, RecoverTwoPhaseGlobal, NoGlobalAction };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
Description
TTransactionGlobalAction indicates the action to take on a set of transactions.
TTransactionGlobalAction values are:
| Value | Meaning |
| CommitGlobal | Commit the transactions. |
| RollbackGlobal | Roll back the transactions. |
| RecoverTwoPhaseGlobal | Perform automated two-phase commit recovery on the transactions. |
| NoGlobalAction | Take no action. |