database interface More...
#include <kccommon.h>
#include <kcutil.h>
Classes | |
class | kyotocabinet::DB |
Interface of database abstraction. More... | |
class | kyotocabinet::DB::Visitor |
Interface to access a record. More... | |
class | kyotocabinet::DB::Cursor |
Interface of cursor to indicate a record. More... | |
class | kyotocabinet::FileDB |
Basic implementation for file database. More... | |
class | kyotocabinet::FileDB::Cursor |
Interface of cursor to indicate a record. More... | |
class | kyotocabinet::FileDB::Error |
Error data. More... | |
class | kyotocabinet::FileDB::FileProcessor |
Interface to process the database file. More... | |
Namespaces | |
namespace | kyotocabinet |
Helper functions. |
database interface