IBX.IBServices.TTransactionGlobalAction

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TTransactionGlobalAction = (CommitGlobal, RollbackGlobal, RecoverTwoPhaseGlobal,
NoGlobalAction);

C++

enum DECLSPEC_DENUM TTransactionGlobalAction : unsigned char { CommitGlobal, RollbackGlobal, RecoverTwoPhaseGlobal, NoGlobalAction };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices IBX.IBServices

Beschreibung

TTransactionGlobalAction gibt an, welche Aktion mit einer Gruppe von Transaktionen durchgeführt werden soll.

TTransactionGlobalAction kann folgende Werte annehmen:

WertBedeutung
CommitGlobalDie Transaktionen werden abgeschlossen.
RollbackGlobalDie Transaktionen werden zurückgesetzt.
RecoverTwoPhaseGlobalFür die Transaktionen wird eine automatische, zweiphasige Commit-Wiederherstellung durchgeführt.
NoGlobalActionEs wird keine Aktion ausgeführt.