~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message.h

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
void update(drizzled::message::Schema &arg);
40
40
void update(drizzled::message::Table &arg);
41
41
 
 
42
bool is_numeric(const drizzled::message::Table::Field &type);
 
43
 
 
44
const std::string &type(const drizzled::message::Table::Field &type);
42
45
const std::string &type(drizzled::message::Table::Field::FieldType type);
43
46
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyOption type);
44
47
const std::string &type(bool type);