Data cache management.
More...
#include "buffer.h"
#include <map>
#include <memory>
Go to the source code of this file.
◆ DB_BASE_VERSION_MAJOR
#define DB_BASE_VERSION_MAJOR 1 |
The oldest database version major (Release < 1.95)
Definition at line 42 of file cache.h.
◆ DB_BASE_VERSION_MINOR
#define DB_BASE_VERSION_MINOR 0 |
The oldest database version minor (Release < 1.95)
Definition at line 43 of file cache.h.
◆ DB_MIN_VERSION_MAJOR
#define DB_MIN_VERSION_MAJOR 1 |
Required database version major (required 1.95)
Definition at line 48 of file cache.h.
◆ DB_MIN_VERSION_MINOR
#define DB_MIN_VERSION_MINOR 97 |
Required database version minor (required 1.95)
Definition at line 49 of file cache.h.
◆ DB_VERSION_MAJOR
#define DB_VERSION_MAJOR 1 |
Current database version major.
Definition at line 45 of file cache.h.
◆ DB_VERSION_MINOR
#define DB_VERSION_MINOR 97 |
Current database version minor.
Definition at line 46 of file cache.h.
◆ LPCACHE_INFO
◆ LPCCACHE_INFO
◆ LPCRESULTCODE
Pointer version of RESULTCODE.
Definition at line 64 of file cache.h.
◆ LPRESULTCODE
Pointer to const version of RESULTCODE.
Definition at line 65 of file cache.h.
◆ sqlite3
Forward declaration of sqlite3 handle.
Definition at line 51 of file cache.h.
◆ sqlite3_stmt
Forward declaration of sqlite3 statement handle.
Definition at line 52 of file cache.h.
◆ RESULTCODE
RESULTCODE of transcoding operation.
Enumerator |
---|
NONE | No result code available.
|
FINISHED_INCOMPLETE | Transcode finished, but incomplete.
|
FINISHED_SUCCESS | Transcode finished successfully.
|
FINISHED_ERROR | Transcode finished with error.
|
Definition at line 57 of file cache.h.