Home
last modified time | relevance | path

Searched refs:DoesSqliteColumnExist (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/
Dsqlite_utils.h382 bool DoesSqliteColumnExist(sqlite3* db,
387 inline bool DoesSqliteColumnExist(sqlite3* db, in DoesSqliteColumnExist() function
391 return DoesSqliteColumnExist(db, NULL, table_name, column_name, column_type); in DoesSqliteColumnExist()
Dsqlite_utils.cc123 bool DoesSqliteColumnExist(sqlite3* db, in DoesSqliteColumnExist() function