Home
last modified time | relevance | path

Searched refs:UpsertDataInTransaction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h281 …int UpsertDataInTransaction(SQLiteSingleVerRelationalStorageExecutor *handle, const std::string &t…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1785 errCode = UpsertDataInTransaction(handle, tableName, records); in UpsertDataInner()
1802 int RelationalSyncAbleStorage::UpsertDataInTransaction(SQLiteSingleVerRelationalStorageExecutor *ha… in UpsertDataInTransaction() function in DistributedDB::RelationalSyncAbleStorage