Home
last modified time | relevance | path

Searched defs:DoesTableExist (Results 1 – 2 of 2) sorted by relevance

/external/chromium/app/sql/
Dmeta_table.cc25 bool MetaTable::DoesTableExist(sql::Connection* db) { in DoesTableExist() function in sql::MetaTable
Dconnection.cc259 bool Connection::DoesTableExist(const char* table_name) const { in DoesTableExist() function in sql::Connection