Searched defs:sql2 (Results 1 – 4 of 4) sorted by relevance
529 std::string sql2 = "select count(*) from " + ASSETS_TABLE_NAME + " where id >= 10;"; variable570 std::string sql2 = "delete from " + ASSETS_TABLE_NAME + ";"; variable
775 int TableCompareTest(sqlite3 *db, const std::string &sql1, const std::string &sql2) in TableCompareTest()
385 std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName) + in CheckCleanLogNum() local416 …std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName) + " where cloud_… in CheckCleanDataAndLogNum() local
586 …std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName_) + " where cloud… in CheckLogCleaned() local