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

  /external/chromium_org/sql/
connection.h 442 bool DoesTableOrIndexExist(const char* name, const char* type) const;
connection.cc 792 return DoesTableOrIndexExist(table_name, "table");
796 return DoesTableOrIndexExist(index_name, "index");
799 bool Connection::DoesTableOrIndexExist(
    [all...]

Completed in 554 milliseconds