Go to the source code of this file.
Macros | |
#define | MTVS_NONE 0 |
#define | MTVS_PENDING 1 |
#define | MTVS_PAST 2 |
#define | MTVS_CURRENT 3 |
Functions | |
Public int | mdlDB_openCursorVersionWithID (CursorID *cursID, WCharCP SQLselectStmt, int versionSet) |
Public long | mdlDB_deletePendingVersion (WCharCP SQLdeleteStmt, int versionId) |
Deletes pending updates from file and restores previous current version values. More... | |
#define MTVS_CURRENT 3 |
#define MTVS_NONE 0 |
#define MTVS_PAST 2 |
#define MTVS_PENDING 1 |