~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

  • Committer: Brian Aker
  • Date: 2010-07-01 23:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100701230322-kwfewmxproqgkiby
Updated to harmonize the identifier API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                           const drizzled::TableIdentifier &identifier,
81
81
                           drizzled::message::Table &table_message);
82
82
 
83
 
  void doGetSchemaIdentifiers(drizzled::SchemaIdentifierList&);
 
83
  void doGetSchemaIdentifiers(drizzled::SchemaIdentifiers&);
84
84
 
85
85
  bool doDoesTableExist(drizzled::Session& session, const drizzled::TableIdentifier &identifier);
86
86