#include <level_db.h>
◆ LevelDb()
| rime::LevelDb::LevelDb |
( |
const path & | file_path, |
|
|
const string & | db_name, |
|
|
const string & | db_type = "" ) |
◆ ~LevelDb()
| rime::LevelDb::~LevelDb |
( |
| ) |
|
|
virtual |
◆ AbortTransaction()
| bool rime::LevelDb::AbortTransaction |
( |
| ) |
|
|
overridevirtual |
◆ Backup()
| bool rime::LevelDb::Backup |
( |
const path & | snapshot_file | ) |
|
|
overridevirtual |
◆ BeginTransaction()
| bool rime::LevelDb::BeginTransaction |
( |
| ) |
|
|
overridevirtual |
◆ Close()
| bool rime::LevelDb::Close |
( |
| ) |
|
|
overridevirtual |
◆ CommitTransaction()
| bool rime::LevelDb::CommitTransaction |
( |
| ) |
|
|
overridevirtual |
◆ CreateMetadata()
| bool rime::LevelDb::CreateMetadata |
( |
| ) |
|
|
overridevirtual |
◆ Erase()
| bool rime::LevelDb::Erase |
( |
const string & | key | ) |
|
|
overridevirtual |
◆ Fetch()
| bool rime::LevelDb::Fetch |
( |
const string & | key, |
|
|
string * | value ) |
|
overridevirtual |
◆ MetaFetch()
| bool rime::LevelDb::MetaFetch |
( |
const string & | key, |
|
|
string * | value ) |
|
overridevirtual |
◆ MetaUpdate()
| bool rime::LevelDb::MetaUpdate |
( |
const string & | key, |
|
|
const string & | value ) |
|
overridevirtual |
◆ Open()
| bool rime::LevelDb::Open |
( |
| ) |
|
|
overridevirtual |
◆ OpenReadOnly()
| bool rime::LevelDb::OpenReadOnly |
( |
| ) |
|
|
overridevirtual |
◆ Query()
◆ QueryAll()
◆ QueryMetadata()
◆ Recover()
| bool rime::LevelDb::Recover |
( |
| ) |
|
|
overridevirtual |
◆ Remove()
| bool rime::LevelDb::Remove |
( |
| ) |
|
|
overridevirtual |
◆ Restore()
| bool rime::LevelDb::Restore |
( |
const path & | snapshot_file | ) |
|
|
overridevirtual |
◆ Update()
| bool rime::LevelDb::Update |
( |
const string & | key, |
|
|
const string & | value ) |
|
overridevirtual |
The documentation for this class was generated from the following files: