Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dcollection.cpp57 bool isCollectionExist = IsCollectionExists(errCode); in InsertDocument() local
61 if (!isCollectionExist) { in InsertDocument()
87 bool isCollectionExist = IsCollectionExists(errCode); in DeleteDocument() local
91 if (!isCollectionExist) { in DeleteDocument()
H A Dresult_set.cpp106 …bool isCollectionExist = store_->IsCollectionExists(RdDBConstant::COLL_PREFIX + lowerCaseName, err… in GetNextInner() local
110 if (!isCollectionExist) { in GetNextInner()
H A Ddocument_store.cpp781 bool isCollectionExist = coll.IsCollectionExists(errCode); in InitFindResultSet() local
782 if (!isCollectionExist) { in InitFindResultSet()