Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.h34 static int CheckDocument(JsonObject &documentObj, bool &isIdExist);
H A Dcheck_common.cpp140 int CheckCommon::CheckDocument(JsonObject &documentObj, bool &isIdExist) in CheckDocument() function in DocumentDB::CheckCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp532 errCode = CheckCommon::CheckDocument(documentObj, isIdExist); in InsertDocument()