Searched defs:newSql (Results 1 – 3 of 3) sorted by relevance
30 int32_t NetStatsSqliteStatement::Prepare(sqlite3 *dbHandle, const std::string &newSql) in Prepare()
41 int SqliteStatement::Prepare(sqlite3 *dbHandle, const std::string &newSql) in Prepare()
2450 string newSql = "UPDATE " + PM::TABLE + " SET " + PM::DIRTY + " = " + in UpdateLocalAlbumMap() local