Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.h40 static bool IsSinglePrimaryKey(const std::vector<std::string> &pKColNames);
H A Dcloud_sync_utils.cpp63 bool CloudSyncUtils::IsSinglePrimaryKey(const std::vector<std::string> &pkColNames) in IsSinglePrimaryKey() function in DistributedDB::CloudSyncUtils
H A Dcloud_syncer.cpp2039 param.isSinglePrimaryKey = CloudSyncUtils::IsSinglePrimaryKey(param.pkColNames); in GetSyncParamForDownload()