~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tables.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:
47
47
 
48
48
    bool nextTable();
49
49
 
50
 
    void pushType(drizzled::message::Table::Field::FieldType type);
51
 
 
52
50
    const std::string &table_name()
53
51
    {
54
52
      return table_message.name();