Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp219 std::string docId; in UpdateDataIntoDB() local
237 resultSet.GetKey(docId); in UpdateDataIntoDB()
238 errCode = GetUpDataRePlaceData(resultSet, docId, update, valStr, isReplace); in UpdateDataIntoDB()
242 errCode = coll.UpdateDocument(docId, valStr); in UpdateDataIntoDB()
313 Key id(docId.begin(), docId.end()); in CheckUpsertConflict()
367 docId = idValue.GetStringValue(); in InsertIdToDocument()
372 (void)resultSet.GetKey(docId); // This errCode will always be E_OK. in InsertIdToDocument()
376 docId = docKey.key; in InsertIdToDocument()
395 std::string docId; in UpsertDataIntoDB() local
403 errCode = InsertIdToDocument(resultSet, filterObj, documentObj, docId); in UpsertDataIntoDB()
[all …]