Public Types | |
typedef std::pair< const std::string, const std::string > | map_key |
typedef std::map< const map_key, plugin::Plugin * > | map |
typedef std::vector< Plugin * > | vector |
Public Member Functions | |
QueryCache (const std::string &name) | |
virtual bool | doIsCached (Session *)=0 |
virtual bool | doSendCachedResultset (Session *)=0 |
virtual bool | doSetResultset (Session *)=0 |
virtual bool | doPrepareResultset (Session *)=0 |
virtual bool | doInsertRecord (Session *, List< Item > &)=0 |
virtual void | shutdownPlugin () |
virtual void | prime () |
virtual void | startup (drizzled::Session &) |
void | activate () |
void | deactivate () |
bool | isActive () const |
const std::string & | getName () const |
void | setModule (module::Module *module) |
const std::string & | getTypeName () const |
virtual bool | removeLast () const |
const std::string & | getModuleName () const |
Static Public Member Functions | |
static bool | addPlugin (QueryCache *) |
static void | removePlugin (QueryCache *) |
static bool | isCached (Session *) |
static bool | sendCachedResultset (Session *) |
static bool | prepareResultset (Session *) |
static bool | setResultset (Session *) |
static bool | insertRecord (Session *, List< Item > &) |
Definition at line 35 of file query_cache.h.