Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp32 DocumentStore::DocumentStore(KvStoreExecutor *executor) : executor_(executor) {} in DocumentStore() function in DocumentDB::DocumentStore
34 DocumentStore::~DocumentStore() in ~DocumentStore()
85 int DocumentStore::DropCollection(const std::string &name, uint32_t flags) in DropCollection()
618 Collection DocumentStore::GetCollection(std::string &collectionName) in GetCollection()
837 bool DocumentStore::IsExistResultSet(const std::string &collection) in IsExistResultSet()
846 int DocumentStore::EraseCollection(const std::string &collectionName) in EraseCollection()
857 void DocumentStore::OnClose(const std::function<void(void)> &notifier) in OnClose()
862 int DocumentStore::Close(uint32_t flags) in Close()
876 int DocumentStore::StartTransaction() in StartTransaction()
883 int DocumentStore::Commit() in Commit()
[all …]
H A Ddocument_store_manager.cpp53 DocumentStore *&store) in GetDocumentStore()
91 store = new (std::nothrow) DocumentStore(executor); in GetDocumentStore()
110 int DocumentStoreManager::CloseDocumentStore(DocumentStore *store, uint32_t flags) in CloseDocumentStore()
H A Dresult_set_common.cpp23 int InitResultSet(std::shared_ptr<QueryContext> &context, DocumentStore *store, ResultSet &resultSe… in InitResultSet()
H A Dresult_set.cpp37 int ResultSet::Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch) in Init()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h29 class DocumentStore {
31 DocumentStore(KvStoreExecutor *);
32 ~DocumentStore();
H A Ddocument_store_manager.h28 DocumentStore *&store);
30 static int CloseDocumentStore(DocumentStore *store, uint32_t flags);
H A Dresult_set.h34 int Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch);
49 DocumentStore *store_ = nullptr;
H A Dresult_set_common.h28 int InitResultSet(std::shared_ptr<QueryContext> &context, DocumentStore *store, ResultSet &resultSe…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/
H A Dgrd_type_inner.h24 DocumentDB::DocumentStore *store_ = nullptr;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api_inner.cpp32 DocumentStore *store = nullptr; in GRD_DBOpenInner()