Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h53 bool IsExistResultSet(const std::string &collection);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp771 if (IsExistResultSet(context->collectionName)) { in InitFindResultSet()
837 bool DocumentStore::IsExistResultSet(const std::string &collection) in IsExistResultSet() function in DocumentDB::DocumentStore