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 (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 &) |