Searched refs:isCollectionExist (Results 1 – 3 of 3) sorted by relevance
57 bool isCollectionExist = IsCollectionExists(errCode); in InsertDocument() local61 if (!isCollectionExist) { in InsertDocument()87 bool isCollectionExist = IsCollectionExists(errCode); in DeleteDocument() local91 if (!isCollectionExist) { in DeleteDocument()
106 …bool isCollectionExist = store_->IsCollectionExists(RdDBConstant::COLL_PREFIX + lowerCaseName, err… in GetNextInner() local110 if (!isCollectionExist) { in GetNextInner()
781 bool isCollectionExist = coll.IsCollectionExists(errCode); in InitFindResultSet() local782 if (!isCollectionExist) { in InitFindResultSet()