~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

  • Committer: Brian Aker
  • Date: 2010-03-04 08:33:14 UTC
  • mfrom: (1320.1.12 build)
  • Revision ID: brian@gaz-20100304083314-pscg89hdw618s2j5
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    return drizzled::plugin::TableFunction::getFunction(path);
70
70
  }
71
71
 
 
72
  bool doCanCreateTable(const drizzled::TableIdentifier &identifier);
 
73
 
 
74
 
72
75
  void doGetTableNames(drizzled::CachedDirectory&, 
73
76
                       std::string &db, 
74
77
                       std::set<std::string> &set_of_names);