~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

Merged trunk.

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);