Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp39 int Collection::InsertUntilSuccess(Key &key, const std::string &id, Value &valSet) in InsertUntilSuccess() function in DocumentDB::Collection
67 return InsertUntilSuccess(key, id, valSet); in InsertDocument()
129 return InsertUntilSuccess(key, id, valSet); in UpsertDocument()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dcollection.h40 int InsertUntilSuccess(Key &key, const std::string &id, Value &valSet);