Searched refs:GetKvCloudQuerySql (Results 1 – 3 of 3) sorted by relevance
127 static std::string GetKvCloudQuerySql(bool countOnly, bool forcePush);
1272 std::string sql = GetKvCloudQuerySql(false, forcePush); in GetKvCloudQueryStmt()1303 std::string SqliteQueryHelper::GetKvCloudQuerySql(bool countOnly, bool forcePush) in GetKvCloudQuerySql() function in DistributedDB::SqliteQueryHelper1371 std::string sql = SqliteQueryHelper::GetKvCloudQuerySql(true, forcePush); in GetCountKvCloudDataStatement()
1043 std::string sql = SqliteQueryHelper::GetKvCloudQuerySql(true, forcePush); in CountCloudData()