Searched refs:DoesSqliteColumnExist (Results 1 – 2 of 2) sorted by relevance
382 bool DoesSqliteColumnExist(sqlite3* db,387 inline bool DoesSqliteColumnExist(sqlite3* db, in DoesSqliteColumnExist() function391 return DoesSqliteColumnExist(db, NULL, table_name, column_name, column_type); in DoesSqliteColumnExist()
123 bool DoesSqliteColumnExist(sqlite3* db, in DoesSqliteColumnExist() function