Home
last modified time | relevance | path

Searched refs:SetPutDataMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h184 void SetPutDataMode(PutDataMode mode);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1737 void SQLiteSingleVerRelationalStorageExecutor::SetPutDataMode(PutDataMode mode) in SetPutDataMode() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1765 handle->SetPutDataMode(SQLiteSingleVerRelationalStorageExecutor::PutDataMode::USER); in UpsertData()
1768 handle->SetPutDataMode(SQLiteSingleVerRelationalStorageExecutor::PutDataMode::SYNC); in UpsertData()