Searched defs:checkLogSql (Results 1 – 3 of 3) sorted by relevance
1262 std::string checkLogSql = "SELECT count(*) FROM naturalbase_rdb_aux_t1_log"; variable1324 std::string checkLogSql = "SELECT count(*) FROM naturalbase_rdb_aux_t1_log"; in TestRemoveDeviceDataWithCallback() local
572 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; in CheckLocalCount() local616 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; variable671 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; variable
831 …std::string checkLogSql = "SELECT count(*) FROM " + DBCommon::GetLogTableName(tableName_) + " whe… variable