42
42
const std::string &type(const drizzled::message::Table::Field &type);
43
43
const std::string &type(drizzled::message::Table::Field::FieldType type);
44
44
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyOption type);
46
45
const std::string &type(drizzled::message::Table::Index::IndexType type);
47
46
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyMatchOption type);
48
47
const std::string &type(drizzled::message::Table::TableType type);