Kyoto Tycoon
Classes | Namespaces | Typedefs | Variables
ktplugdb.h File Reference

pluggable database interface More...

#include <ktcommon.h>
#include <ktutil.h>
#include <ktsocket.h>
#include <ktthserv.h>
#include <kthttp.h>
#include <ktrpc.h>
#include <ktulog.h>
#include <ktshlib.h>
#include <kttimeddb.h>
#include <ktdbext.h>
#include <ktremotedb.h>

Classes

class  kyototycoon::PluggableDB
 Interface of pluggable database abstraction. More...

Namespaces

namespace  kyototycoon
 

All symbols of Kyoto Tycoon.


Typedefs

typedef PluggableDB *(* kyototycoon::KTDBINIT )()
 Initializer of a database implementation.

Variables

const char *const kyototycoon::KTDBINITNAME = "ktdbinit"
 The name of the initializer function.

Detailed Description

pluggable database interface