7#ifndef RIME_TABLE_DB_H_
8#define RIME_TABLE_DB_H_
const path & file_path() const
Definition db.h:60
static const TextFormat format
Definition table_db.h:18
TableDb(const path &file_path, const string &db_name)
Definition table_db.cc:63
StableDb(const path &file_path, const string &db_name)
Definition table_db.cc:66
virtual bool Open()
Definition table_db.cc:69
TextDb(const path &file_path, const string &db_name, const string &db_type, TextFormat format)
Definition text_db.cc:46