~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message.h

Collapse strings used for table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
const std::string &type(bool type);
46
46
const std::string &type(drizzled::message::Table::Index::IndexType type);
47
47
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyMatchOption type);
 
48
const std::string &type(drizzled::message::Table::TableType type);
48
49
 
49
50
#if 0
50
51
std::ostream& operator<<(std::ostream& output, const message::Transaction &message);