Drizzled Public API Documentation

drizzled::session::TableMessages Class Reference

Public Member Functions

bool storeTableMessage (const identifier::Table &identifier, const message::Table &table_message)
 
bool removeTableMessage (const identifier::Table &identifier)
 
bool getTableMessage (const identifier::Table &identifier, message::Table &table_message)
 
bool doesTableMessageExist (const identifier::Table &identifier)
 
bool renameTableMessage (const identifier::Table &from, const identifier::Table &to)
 

Private Types

typedef boost::unordered_map
< std::string, message::Table,
util::insensitive_hash,
util::insensitive_equal_to
Cache
 

Private Attributes

Cache table_message_cache
 

Detailed Description

Definition at line 31 of file table_messages.h.


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