/
Commit Mode
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;