Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h51 Collection GetCollection(std::string &collectionName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp48 Collection coll = store_->GetCollection(context_->collectionName); in GetValueFromDB()
H A Ddocument_store.cpp618 Collection DocumentStore::GetCollection(std::string &collectionName) in GetCollection() function in DocumentDB::DocumentStore