IBX.IBServices.TTransactionGlobalAction

From RAD Studio API Documentation
Jump to: navigation, search

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:

ValueMeaning
CommitGlobalCommit the transactions.
RollbackGlobalRoll back the transactions.
RecoverTwoPhaseGlobalPerform automated two-phase commit recovery on the transactions.
NoGlobalActionTake no action.