Header for the RDM Transaction APIs. More...
#include "rdmtypes.h"

Functions | |
| RDM_RETCODE | rdm_transEnd (RDM_TRANS trans) |
| End a transactional operation. More... | |
| RDM_RETCODE | rdm_transEndRollback (RDM_TRANS trans) |
| End a transactional operation with a rollback. More... | |
| RDM_RETCODE | rdm_transFree (RDM_TRANS hTrans) |
| Free a transaction handle. More... | |
| RDM_RETCODE | rdm_transPrecommit (RDM_TRANS trans) |
| Precommit a transactional operation (Two-Phase Commit phase 1) More... | |
| RDM_RETCODE | rdm_transRollback (RDM_TRANS hTrans) |
| Rollback transactional operations. More... | |
Header for the RDM Transaction APIs.