Home
last modified time | relevance | path

Searched refs:GetCloudPrimaryKeyField (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.h52 …static std::vector<Field> GetCloudPrimaryKeyField(const TableSchema &tableSchema, bool sortByName …
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp310 std::vector<Field> CloudStorageUtils::GetCloudPrimaryKeyField(const TableSchema &tableSchema, bool … in GetCloudPrimaryKeyField() function in DistributedDB::CloudStorageUtils
1002 std::vector<Field> pkVec = CloudStorageUtils::GetCloudPrimaryKeyField(tableSchema); in GetHashValueWithPrimaryKeyMap()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp953 std::vector<Field> pkFields = CloudStorageUtils::GetCloudPrimaryKeyField(tableSchema, true); in GetUpdateDataTableStatement()
1077 std::vector<Field> pkFields = CloudStorageUtils::GetCloudPrimaryKeyField(tableSchema, true); in GetDeleteStatementForCloudSync()