Searched refs:GetCountQuerySql (Results 1 – 3 of 3) sorted by relevance
90 int GetCountQuerySql(std::string &sql);
381 int SqliteQueryHelper::GetCountQuerySql(std::string &sql) in GetCountQuerySql() function in DistributedDB::SqliteQueryHelper477 int errCode = GetCountQuerySql(countSql); in GetCountSqlStatement()
379 errCode = helper.GetCountQuerySql(countSql); in GetCount()