Home
last modified time | relevance | path

Searched refs:IsContainsPrimaryKey (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.h55 static bool IsContainsPrimaryKey(const TableSchema &tableSchema);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp362 bool CloudStorageUtils::IsContainsPrimaryKey(const TableSchema &tableSchema) in IsContainsPrimaryKey() function in DistributedDB::CloudStorageUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp683 … if (putDataMode_ == PutDataMode::SYNC && !CloudStorageUtils::IsContainsPrimaryKey(tableSchema)) { in InsertLogRecord()