Searched refs:isKv (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.cpp | 1206 …eQueryHelper::AppendCloudQueryToGetDiffData(std::string &sql, const CloudWaterType mode, bool isKv) in AppendCloudQueryToGetDiffData() argument 1210 sql += isKv ? " AND (flag & 0x01 == 0x01) " : in AppendCloudQueryToGetDiffData() 1214 sql += isKv ? " AND (flag & 0x01 == 0 AND cloud_gid != '' AND cloud_gid IS NOT NULL) " : in AppendCloudQueryToGetDiffData() 1218 sql += isKv ? " AND (flag & 0x01 == 0 AND (cloud_gid == '' OR cloud_gid IS NULL)) " : in AppendCloudQueryToGetDiffData()
|
H A D | sqlite_query_helper.h | 129 …void AppendCloudQueryToGetDiffData(std::string &sql, const CloudWaterType mode, bool isKv = false);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/ |
H A D | cloud_storage_utils.h | 195 …tic int GetSyncQueryByPk(const std::string &tableName, const std::vector<VBucket> &data, bool isKv,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 1490 …eUtils::GetSyncQueryByPk(const std::string &tableName, const std::vector<VBucket> &data, bool isKv, in GetSyncQueryByPk() argument 1521 if (isKv) { in GetSyncQueryByPk()
|