#include <text_db.h>
◆ TextDb()
| rime::TextDb::TextDb |
( |
const path & | file_path, |
|
|
const string & | db_name, |
|
|
const string & | db_type, |
|
|
TextFormat | format ) |
◆ ~TextDb()
| rime::TextDb::~TextDb |
( |
| ) |
|
|
virtual |
◆ Backup()
| bool rime::TextDb::Backup |
( |
const path & | snapshot_file | ) |
|
|
overridevirtual |
◆ Clear()
| void rime::TextDb::Clear |
( |
| ) |
|
|
protected |
◆ Close()
| bool rime::TextDb::Close |
( |
| ) |
|
|
overridevirtual |
◆ CreateMetadata()
| bool rime::TextDb::CreateMetadata |
( |
| ) |
|
|
overridevirtual |
◆ Erase()
| bool rime::TextDb::Erase |
( |
const string & | key | ) |
|
|
overridevirtual |
◆ Fetch()
| bool rime::TextDb::Fetch |
( |
const string & | key, |
|
|
string * | value ) |
|
overridevirtual |
◆ LoadFromFile()
| bool rime::TextDb::LoadFromFile |
( |
const path & | file | ) |
|
|
protected |
◆ MetaFetch()
| bool rime::TextDb::MetaFetch |
( |
const string & | key, |
|
|
string * | value ) |
|
overridevirtual |
◆ MetaUpdate()
| bool rime::TextDb::MetaUpdate |
( |
const string & | key, |
|
|
const string & | value ) |
|
overridevirtual |
◆ Open()
| bool rime::TextDb::Open |
( |
| ) |
|
|
overridevirtual |
◆ OpenReadOnly()
| bool rime::TextDb::OpenReadOnly |
( |
| ) |
|
|
overridevirtual |
◆ Query()
◆ QueryAll()
◆ QueryMetadata()
◆ Restore()
| bool rime::TextDb::Restore |
( |
const path & | snapshot_file | ) |
|
|
overridevirtual |
◆ SaveToFile()
| bool rime::TextDb::SaveToFile |
( |
const path & | file | ) |
|
|
protected |
◆ Update()
| bool rime::TextDb::Update |
( |
const string & | key, |
|
|
const string & | value ) |
|
overridevirtual |
◆ data_
◆ db_type_
| string rime::TextDb::db_type_ |
|
protected |
◆ format_
◆ metadata_
◆ modified_
| bool rime::TextDb::modified_ = false |
|
protected |
The documentation for this class was generated from the following files: