~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 17:36:12 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328173612-j64frssmkmalveii
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    return NULL;
58
58
  }
59
59
 
60
 
  void doGetSchemaIdentifiers(drizzled::identifier::Schema::vector &set_of_names);
 
60
  void doGetSchemaIdentifiers(drizzled::identifier::schema::vector &set_of_names);
61
61
  drizzled::message::schema::shared_ptr doGetSchemaDefinition(const drizzled::identifier::Schema&);
62
62
 
63
63
  bool doCreateSchema(const drizzled::message::Schema &schema_message);
111
111
 
112
112
  void doGetTableIdentifiers(drizzled::CachedDirectory &directory,
113
113
                             const drizzled::identifier::Schema &schema_identifier,
114
 
                             drizzled::identifier::Table::vector &set_of_identifiers);
 
114
                             drizzled::identifier::table::vector &set_of_identifiers);
115
115
};
116
116