|
LMDBAL 0.6.2
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
|
This is the complete list of members for LMDBAL::StorageCommon, including all inherited members.
| _mdbCursorClose(MDB_cursor *cursor) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbCursorDel(MDB_cursor *cursor, unsigned int flags=0) (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbCursorGet(MDB_cursor *cursor, MDB_val &key, MDB_val &data, MDB_cursor_op operation) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbCursorOpen(MDB_txn *txn, MDB_cursor **cursor) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbCursorPut(MDB_cursor *cursor, MDB_val &key, MDB_val &data, unsigned int flags=0) (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbCursorRenew(MDB_txn *txn, MDB_cursor *cursor) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbCursorSet(MDB_cursor *cursor, MDB_val &key) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbCursorTxn(MDB_cursor *cursor) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbDel(MDB_txn *txn, MDB_val &key) (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbDel(MDB_txn *txn, MDB_val &key, MDB_val &data) (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbFlags(MDB_txn *txn, uint32_t &flags) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbGet(MDB_txn *txn, MDB_val &key, MDB_val &data) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbOpen(MDB_txn *txn, unsigned int flags=0) (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbPut(MDB_txn *txn, MDB_val &key, MDB_val &data, unsigned int flags=0) (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| _mdbStat(MDB_txn *txn, MDB_stat &stat) const (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | protected |
| abortTransaction(TransactionID id) const | LMDBAL::StorageCommon | protected |
| addRecordMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| addRecordsMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| Base (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | friend |
| beginReadOnlyTransaction() const | LMDBAL::StorageCommon | protected |
| beginTransaction() const | LMDBAL::StorageCommon | protected |
| changeRecordMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| checkRecordMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| close() | LMDBAL::StorageCommon | protectedvirtual |
| closeCursorTransaction(MDB_cursor *cursor, bool closeCursor=false) const | LMDBAL::StorageCommon | protected |
| commitTransaction(TransactionID id) | LMDBAL::StorageCommon | protected |
| count(TransactionID txn) const | LMDBAL::StorageCommon | protectedvirtual |
| count() const | LMDBAL::StorageCommon | virtual |
| count(const Transaction &txn) const | LMDBAL::StorageCommon | virtual |
| countMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| CursorCommon (defined in LMDBAL::StorageCommon) | LMDBAL::StorageCommon | friend |
| db | LMDBAL::StorageCommon | protected |
| dbi | LMDBAL::StorageCommon | protected |
| dbName() const | LMDBAL::StorageCommon | protected |
| drop(TransactionID transaction) | LMDBAL::StorageCommon | protectedvirtual |
| drop() | LMDBAL::StorageCommon | virtual |
| drop(const WriteTransaction &txn) | LMDBAL::StorageCommon | virtual |
| dropMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| duplicates | LMDBAL::StorageCommon | protected |
| ensureOpened(std::string_view methodName) const | LMDBAL::StorageCommon | protected |
| extractTransactionId(const Transaction &txn, std::string_view action={}) const | LMDBAL::StorageCommon | protected |
| flagsMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| forceRecordMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| getRecordMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| getTransactionForCursor(MDB_cursor *cursor) const | LMDBAL::StorageCommon | protected |
| handleDrop() | LMDBAL::StorageCommon | protectedvirtual |
| isDBOpened() const | LMDBAL::StorageCommon | protected |
| makeStorage(MDB_txn *transaction, bool duplicates=false) | LMDBAL::StorageCommon | inlineprotected |
| name | LMDBAL::StorageCommon | protected |
| open(MDB_txn *transaction)=0 | LMDBAL::StorageCommon | protectedpure virtual |
| openCursorTransaction(MDB_cursor **cursor, bool renew=false) const | LMDBAL::StorageCommon | protected |
| openCursorTransactionMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| readAllMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| removeRecordMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| replaceAllMethodName | LMDBAL::StorageCommon | inlineprotectedstatic |
| StorageCommon(Base *parent, const std::string &name, bool duplicates=false) | LMDBAL::StorageCommon | protected |
| throwCursorNotReady(std::string_view method) const | LMDBAL::StorageCommon | protected |
| throwDuplicate(std::string_view key) const | LMDBAL::StorageCommon | protected |
| throwDuplicateOrUnknown(int rc, std::string_view key) const | LMDBAL::StorageCommon | protected |
| throwDuplicateOrUnknown(int rc, TransactionID txn, std::string_view key) const | LMDBAL::StorageCommon | protected |
| throwNotFound(std::string_view key) const | LMDBAL::StorageCommon | protected |
| throwNotFoundOrUnknown(int rc, std::string_view key) const | LMDBAL::StorageCommon | protected |
| throwNotFoundOrUnknown(int rc, TransactionID txn, std::string_view key) const | LMDBAL::StorageCommon | protected |
| throwUnknown(int rc, TransactionID txn) const | LMDBAL::StorageCommon | protected |
| throwUnknown(int rc) const | LMDBAL::StorageCommon | protected |
| throwUnknown(std::string_view message) const | LMDBAL::StorageCommon | protected |
| toString(const T &value) | LMDBAL::StorageCommon | inlineprotectedstatic |
| toString(const QString &value) | LMDBAL::StorageCommon | inline |
| toString(const std::string &value) | LMDBAL::StorageCommon | inline |
| transactionAborted(TransactionID txn) const | LMDBAL::StorageCommon | protectedvirtual |
| transactionCommited(TransactionID txn) | LMDBAL::StorageCommon | protectedvirtual |
| transactionStarted(TransactionID txn, bool readOnly) const | LMDBAL::StorageCommon | protectedvirtual |
| ~StorageCommon() | LMDBAL::StorageCommon | protectedvirtual |