387
387
// TODO: move these to protected
388
virtual void doGetTableNames(CachedDirectory &directory, std::string& db_name, std::set<std::string>& set_of_names);
389
391
virtual int doDropTable(Session& session,
390
392
const std::string table_path)= 0;