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 D | document_store.cpp | 32 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)> ¬ifier) 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 D | document_store_manager.cpp | 53 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 D | result_set_common.cpp | 23 int InitResultSet(std::shared_ptr<QueryContext> &context, DocumentStore *store, ResultSet &resultSe… in InitResultSet()
|
H A D | result_set.cpp | 37 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 D | document_store.h | 29 class DocumentStore { 31 DocumentStore(KvStoreExecutor *); 32 ~DocumentStore();
|
H A D | document_store_manager.h | 28 DocumentStore *&store); 30 static int CloseDocumentStore(DocumentStore *store, uint32_t flags);
|
H A D | result_set.h | 34 int Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch); 49 DocumentStore *store_ = nullptr;
|
H A D | result_set_common.h | 28 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 D | grd_type_inner.h | 24 DocumentDB::DocumentStore *store_ = nullptr;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/ |
H A D | grd_db_api_inner.cpp | 32 DocumentStore *store = nullptr; in GRD_DBOpenInner()
|