RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBServices.TTransactionGlobalAction Enumeration

TTransactionGlobalAction indicates the action to take on a set of transactions.

Pascal
TTransactionGlobalAction = (
  CommitGlobal,
  RollbackGlobal,
  RecoverTwoPhaseGlobal,
  NoGlobalAction
);
C++
enum TTransactionGlobalAction {
  CommitGlobal,
  RollbackGlobal,
  RecoverTwoPhaseGlobal,
  NoGlobalAction
};

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!