Drizzled Public API Documentation

drizzled::plugin::Catalog Class Reference

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

List of all members.

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

Private Member Functions

 Catalog (const Catalog &)
Catalogoperator= (const Catalog &)

Detailed Description

Definition at line 39 of file catalog.h.


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