Drizzled Public API Documentation

plugin::catalog::Filesystem Class Reference
Inheritance diagram for plugin::catalog::Filesystem:
drizzled::plugin::Catalog drizzled::plugin::Plugin

Public Types

typedef std::vector< Catalog * > vector
 
typedef std::pair< const std::string, const std::string > map_key
 
typedef std::map< const map_key, plugin::Plugin * > map
 

Public Member Functions

catalog::Engine::shared_ptr engine ()
 
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 create (const identifier::Catalog &)
 
static bool create (const identifier::Catalog &, message::catalog::shared_ptr &)
 
static bool drop (const identifier::Catalog &)
 
static bool lock (const identifier::Catalog &)
 
static bool unlock (const identifier::Catalog &)
 
static bool addPlugin (plugin::Catalog *plugin)
 
static void removePlugin (plugin::Catalog *plugin)
 
static bool exist (const identifier::Catalog &)
 
static void getIdentifiers (identifier::catalog::vector &identifiers)
 
static void getMessages (message::catalog::vector &messages)
 
static message::catalog::shared_ptr getMessage (const identifier::Catalog &)
 
static catalog::Instance::shared_ptr getInstance (const identifier::Catalog &)
 

Detailed Description

Definition at line 29 of file filesystem.h.


The documentation for this class was generated from the following file: