#include <db.h>
◆ Db()
| rime::Db::Db |
( |
const path & | file_path, |
|
|
const string & | name ) |
◆ ~Db()
| virtual rime::Db::~Db |
( |
| ) |
|
|
virtualdefault |
◆ Backup()
| virtual bool rime::Db::Backup |
( |
const path & | snapshot_file | ) |
|
|
pure virtual |
◆ Close()
| virtual bool rime::Db::Close |
( |
| ) |
|
|
pure virtual |
◆ CreateMetadata()
| bool rime::Db::CreateMetadata |
( |
| ) |
|
|
virtual |
◆ disable()
| void rime::Db::disable |
( |
| ) |
|
|
inline |
◆ disabled()
| bool rime::Db::disabled |
( |
| ) |
const |
|
inline |
◆ enable()
| void rime::Db::enable |
( |
| ) |
|
|
inline |
◆ Erase()
| virtual bool rime::Db::Erase |
( |
const string & | key | ) |
|
|
pure virtual |
◆ Exists()
| bool rime::Db::Exists |
( |
| ) |
const |
◆ Fetch()
| virtual bool rime::Db::Fetch |
( |
const string & | key, |
|
|
string * | value ) |
|
pure virtual |
◆ file_path()
| const path & rime::Db::file_path |
( |
| ) |
const |
|
inline |
◆ loaded()
| bool rime::Db::loaded |
( |
| ) |
const |
|
inline |
◆ MetaFetch()
| virtual bool rime::Db::MetaFetch |
( |
const string & | key, |
|
|
string * | value ) |
|
pure virtual |
◆ MetaUpdate()
| virtual bool rime::Db::MetaUpdate |
( |
const string & | key, |
|
|
const string & | value ) |
|
pure virtual |
◆ name()
| const string & rime::Db::name |
( |
| ) |
const |
|
inline |
◆ Open()
| virtual bool rime::Db::Open |
( |
| ) |
|
|
pure virtual |
◆ OpenReadOnly()
| virtual bool rime::Db::OpenReadOnly |
( |
| ) |
|
|
pure virtual |
◆ Query()
| virtual an< DbAccessor > rime::Db::Query |
( |
const string & | key | ) |
|
|
pure virtual |
◆ QueryAll()
◆ QueryMetadata()
◆ readonly()
| bool rime::Db::readonly |
( |
| ) |
const |
|
inline |
◆ Remove()
| bool rime::Db::Remove |
( |
| ) |
|
|
virtual |
◆ Restore()
| virtual bool rime::Db::Restore |
( |
const path & | snapshot_file | ) |
|
|
pure virtual |
◆ Update()
| virtual bool rime::Db::Update |
( |
const string & | key, |
|
|
const string & | value ) |
|
pure virtual |
◆ disabled_
| bool rime::Db::disabled_ = false |
|
protected |
◆ file_path_
| path rime::Db::file_path_ |
|
protected |
◆ loaded_
| bool rime::Db::loaded_ = false |
|
protected |
◆ name_
◆ readonly_
| bool rime::Db::readonly_ = false |
|
protected |
The documentation for this class was generated from the following files: