Home
last modified time | relevance | path

Searched refs:GetUpdateRecordFlagSqlUpload (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.h120 … static std::string GetUpdateRecordFlagSqlUpload(const std::string &tableName, bool recordConflict,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1161 std::string CloudStorageUtils::GetUpdateRecordFlagSqlUpload(const std::string &tableName, bool reco… in GetUpdateRecordFlagSqlUpload() function in DistributedDB::CloudStorageUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1917 …std::string sql = CloudStorageUtils::GetUpdateRecordFlagSqlUpload(tableName, DBCommon::IsRecordIgn… in UpdateRecordFlagAfterUpload()