Home
last modified time | relevance | path

Searched refs:AppendCloudQueryToGetDiffData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp1157 AppendCloudQueryToGetDiffData(sql, mode); in GetRelationalCloudQuerySql()
1206 void SqliteQueryHelper::AppendCloudQueryToGetDiffData(std::string &sql, const CloudWaterType mode, … in AppendCloudQueryToGetDiffData() function in DistributedDB::SqliteQueryHelper
1273 AppendCloudQueryToGetDiffData(sql, mode, true); in GetKvCloudQueryStmt()
1372 SqliteQueryHelper::AppendCloudQueryToGetDiffData(sql, mode, true); in GetCountKvCloudDataStatement()
H A Dsqlite_query_helper.h129 …static void AppendCloudQueryToGetDiffData(std::string &sql, const CloudWaterType mode, bool isKv =…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1461 helper.AppendCloudQueryToGetDiffData(sql, typeVec[i]); in GetAllUploadCount()