Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp117 bool isCollExist = executor_->IsCollectionExists(name_, errCode); in UpsertDocument() local
122 if (!isCollExist) { in UpsertDocument()
141 bool isCollExist = executor_->IsCollectionExists(name_, errCode); in UpdateDocument() local
146 if (!isCollExist) { in UpdateDocument()