Searched defs:DoesTableExist (Results 1 – 2 of 2) sorted by relevance
/external/chromium/app/sql/ | ||
D | meta_table.cc | 25 bool MetaTable::DoesTableExist(sql::Connection* db) { in DoesTableExist() function in sql::MetaTable |
D | connection.cc | 259 bool Connection::DoesTableExist(const char* table_name) const { in DoesTableExist() function in sql::Connection |