Home
last modified time | relevance | path

Searched refs:CheckUpdata (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.h35 static int CheckUpdata(JsonObject &updataObj);
H A Dcheck_common.cpp191 int CheckCommon::CheckUpdata(JsonObject &updataObj) in CheckUpdata() function in DocumentDB::CheckCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp160 errCode = CheckCommon::CheckUpdata(updateObj); in UpdateArgsCheck()
436 errCode = CheckCommon::CheckUpdata(documentObj); in UpsertDocumentFormatCheck()