RAD Studio VCL Reference
|
TTransactionGlobalAction indicates the action to take on a set of transactions.
TTransactionGlobalAction = ( CommitGlobal, RollbackGlobal, RecoverTwoPhaseGlobal, NoGlobalAction );
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!
|