Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp247 bool isIdExistInValue = true; // if id exsit in the value string that get from db. in CutJsonBranch() local
249 isIdExistInValue = cjsonObj.GetObjectItem("_id", errCode).IsNull() ? false : true; in CutJsonBranch()
250 if (context_->ifShowId && !isIdExistInValue) { in CutJsonBranch()
266 …if (singleCutPath[0] == KEY_ID && !isIdExistInValue) { // projection has Id, and its showType is t… in CutJsonBranch()