~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message.h

  • Committer: Brian Aker
  • Date: 2010-10-27 23:24:30 UTC
  • mfrom: (1861.4.9 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101027232430-e9ces9kmhvknr86c
Merge in additions to IS for FK

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
void update(drizzled::message::Schema &arg);
36
36
void update(drizzled::message::Table &arg);
37
37
 
 
38
const std::string &type(drizzled::message::Table::Field::FieldType type);
 
39
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyOption type);
 
40
const std::string &type(bool type);
 
41
const std::string &type(drizzled::message::Table::Index::IndexType type);
 
42
const std::string &type(drizzled::message::Table::ForeignKeyConstraint::ForeignKeyMatchOption type);
 
43
 
38
44
typedef boost::shared_ptr<drizzled::message::Schema> SchemaPtr;
39
45
 
40
46
} /* namespace message */