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 D | sqlite_query_helper.cpp | 1157 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 D | sqlite_query_helper.h | 129 …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 D | sqlite_single_ver_relational_storage_executor_extend.cpp | 1461 helper.AppendCloudQueryToGetDiffData(sql, typeVec[i]); in GetAllUploadCount()
|