Home
last modified time | relevance | path

Searched defs:documentObj (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp322 int GetUpsertRePlaceData(ResultSet &resultSet, JsonObject &documentObj, bool isReplace, std::string… in GetUpsertRePlaceData()
356 int InsertIdToDocument(ResultSet &resultSet, JsonObject &filterObj, JsonObject &documentObj, std::s… in InsertIdToDocument()
383 const std::string &document, JsonObject &documentObj, bool &isReplace) in UpsertDataIntoDB()
432 int UpsertDocumentFormatCheck(const std::string &document, JsonObject &documentObj) in UpsertDocumentFormatCheck()
457 JsonObject documentObj = JsonObject::Parse(document, errCode, true); in UpsertDocument() local
503 JsonObject &documentObj, bool &isIdExist) in InsertDataIntoDB()
526 JsonObject documentObj = JsonObject::Parse(document, errCode, true); in InsertDocument() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp140 int CheckCommon::CheckDocument(JsonObject &documentObj, bool &isIdExist) in CheckDocument()