HomeSort by relevance Sort by last modified time
    Searched defs:DoesTableExist (Results 1 - 2 of 2) sorted by null

  /external/chromium/app/sql/
meta_table.cc 25 bool MetaTable::DoesTableExist(sql::Connection* db) {
27 return db->DoesTableExist("meta");
33 if (!DoesTableExist(db)) {
connection.cc 131 if (!DoesTableExist("meta"))
259 bool Connection::DoesTableExist(const char* table_name) const {

Completed in 34 milliseconds