Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h51 static std::set<std::string> GetCloudPrimaryKey(const TableSchema &tableSchema);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp38 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in GetInfoByPrimaryKeyOrGid()
937 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in GetUpdateDataTableStatement()
1093 std::set<std::string> pkSet = CloudStorageUtils::GetCloudPrimaryKey(tableSchema); in DeleteCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp287 std::set<std::string> CloudStorageUtils::GetCloudPrimaryKey(const TableSchema &tableSchema) in GetCloudPrimaryKey() function in DistributedDB::CloudStorageUtils