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

  /external/chromium_org/sql/
meta_table.cc 62 bool MetaTable::DoesTableExist(sql::Connection* db) {
64 return db->DoesTableExist("meta");
72 if (!DoesTableExist(db)) {
129 if (!DoesTableExist(db)) {
connection.cc 791 bool Connection::DoesTableExist(const char* table_name) const {
    [all...]

Completed in 43 milliseconds