Header for the RDM base APIs. More...


Functions | |
| RDM_RETCODE | rdm_rdmAllocTFS (RDM_TFS *phTFS) |
| Allocate a TFS handle. More... | |
| RDM_RETCODE | rdm_rdmAllocTFSWithMemBuf (void *pMemBuf, size_t memSize, RDM_TFS *phTFS) |
| Allocate a TFS handle with an associated memory buffer. More... | |
| RDM_RETCODE | rdm_rdmGetAfterLast (RDM_CURSOR *pCursor) |
| Get the special AfterLast cursor. More... | |
| RDM_RETCODE | rdm_rdmGetBeforeFirst (RDM_CURSOR *pCursor) |
| Get the special BeforeFirst cursor. More... | |
| RDM_RETCODE | rdm_rdmGetVersion (const char *fmt, char *buf, size_t bytesIn) |
| Return RDM Db Engine version information. More... | |
Header for the RDM base APIs.