Commit Mode
Â
The SdaiCommitMode is used to distinguish the state of a transaction commit operation.
Â
typedef enum{
sdaiCOMMIT,
sdaiABORT
} SdaiCommitMode;
Â
Â
The SdaiCommitMode is used to distinguish the state of a transaction commit operation.
Â
typedef enum{
sdaiCOMMIT,
sdaiABORT
} SdaiCommitMode;
Â