Home
last modified time | relevance | path

Searched refs:GetUpdateRecordFlagSql (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.h118 static std::string GetUpdateRecordFlagSql(const std::string &tableName, bool recordConflict,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1125 std::string CloudStorageUtils::GetUpdateRecordFlagSql(const std::string &tableName, bool recordConf… in GetUpdateRecordFlagSql() function in DistributedDB::CloudStorageUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1857 std::string sql = CloudStorageUtils::GetUpdateRecordFlagSql(tableName, recordConflict, logInfo); in UpdateRecordFlag()