Get a Store version string. More...
Functions | |
static const char * | store_bdb_version (void) |
Get a Store version string - Implements StoreOps::version() -. | |
static const char * | store_gdbm_version (void) |
Get a Store version string - Implements StoreOps::version() -. | |
static const char * | store_kyotocabinet_version (void) |
Get a Store version string - Implements StoreOps::version() -. | |
static const char * | store_lmdb_version (void) |
Get a Store version string - Implements StoreOps::version() -. | |
static const char * | store_qdbm_version (void) |
Get a Store version string - Implements StoreOps::version() -. | |
static const char * | store_rocksdb_version (void) |
Get a Store version string - Implements StoreOps::version() -. | |
static const char * | store_tokyocabinet_version (void) |
Get a Store version string - Implements StoreOps::version() -. | |
static const char * | store_tdb_version (void) |
Get a Store version string - Implements StoreOps::version() -. | |
Get a Store version string.
ptr | String describing the currently used Store |
|
static |
Get a Store version string - Implements StoreOps::version() -.
Definition at line 276 of file bdb.c.
|
static |
Get a Store version string - Implements StoreOps::version() -.
Definition at line 151 of file gdbm.c.
|
static |
Get a Store version string - Implements StoreOps::version() -.
< should be more than enough for KCVERSION
Definition at line 153 of file kc.c.
|
static |
Get a Store version string - Implements StoreOps::version() -.
Definition at line 355 of file lmdb.c.
|
static |
Get a Store version string - Implements StoreOps::version() -.
Definition at line 127 of file qdbm.c.
|
static |
Get a Store version string - Implements StoreOps::version() -.
|
static |
Get a Store version string - Implements StoreOps::version() -.
Definition at line 147 of file tc.c.
|
static |
Get a Store version string - Implements StoreOps::version() -.
Definition at line 148 of file tdb.c.