LMDBAL 0.6.0
LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer
Loading...
Searching...
No Matches
LMDBAL::StorageCommon Member List

This is the complete list of members for LMDBAL::StorageCommon, including all inherited members.

_mdbCursorClose(MDB_cursor *cursor) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbCursorDel(MDB_cursor *cursor, unsigned int flags=0) (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbCursorGet(MDB_cursor *cursor, MDB_val &key, MDB_val &data, MDB_cursor_op operation) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbCursorOpen(MDB_txn *txn, MDB_cursor **cursor) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbCursorPut(MDB_cursor *cursor, MDB_val &key, MDB_val &data, unsigned int flags=0) (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbCursorRenew(MDB_txn *txn, MDB_cursor *cursor) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbCursorSet(MDB_cursor *cursor, MDB_val &key) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbCursorTxn(MDB_cursor *cursor) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbDel(MDB_txn *txn, MDB_val &key) (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbDel(MDB_txn *txn, MDB_val &key, MDB_val &data) (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbFlags(MDB_txn *txn, uint32_t &flags) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbGet(MDB_txn *txn, MDB_val &key, MDB_val &data) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbOpen(MDB_txn *txn, unsigned int flags=0) (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbPut(MDB_txn *txn, MDB_val &key, MDB_val &data, unsigned int flags=0) (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
_mdbStat(MDB_txn *txn, MDB_stat &stat) const (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonprotected
abortTransaction(TransactionID id) constLMDBAL::StorageCommonprotected
addRecordMethodNameLMDBAL::StorageCommoninlineprotectedstatic
addRecordsMethodNameLMDBAL::StorageCommoninlineprotectedstatic
Base (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonfriend
beginReadOnlyTransaction() constLMDBAL::StorageCommonprotected
beginTransaction() constLMDBAL::StorageCommonprotected
changeRecordMethodNameLMDBAL::StorageCommoninlineprotectedstatic
checkRecordMethodNameLMDBAL::StorageCommoninlineprotectedstatic
close()LMDBAL::StorageCommonprotectedvirtual
closeCursorTransaction(MDB_cursor *cursor, bool closeCursor=false) constLMDBAL::StorageCommonprotected
commitTransaction(TransactionID id)LMDBAL::StorageCommonprotected
count(TransactionID txn) constLMDBAL::StorageCommonprotectedvirtual
count() constLMDBAL::StorageCommonvirtual
count(const Transaction &txn) constLMDBAL::StorageCommonvirtual
countMethodNameLMDBAL::StorageCommoninlineprotectedstatic
CursorCommon (defined in LMDBAL::StorageCommon)LMDBAL::StorageCommonfriend
dbLMDBAL::StorageCommonprotected
dbiLMDBAL::StorageCommonprotected
dbName() constLMDBAL::StorageCommonprotected
drop(TransactionID transaction)LMDBAL::StorageCommonprotectedvirtual
drop()LMDBAL::StorageCommonvirtual
drop(const WriteTransaction &txn)LMDBAL::StorageCommonvirtual
dropMethodNameLMDBAL::StorageCommoninlineprotectedstatic
duplicatesLMDBAL::StorageCommonprotected
ensureOpened(const std::string &methodName) constLMDBAL::StorageCommonprotected
extractTransactionId(const Transaction &txn, const std::string &action="") constLMDBAL::StorageCommonprotected
flagsMethodNameLMDBAL::StorageCommoninlineprotectedstatic
forceRecordMethodNameLMDBAL::StorageCommoninlineprotectedstatic
getRecordMethodNameLMDBAL::StorageCommoninlineprotectedstatic
getTransactionForCursor(MDB_cursor *cursor) constLMDBAL::StorageCommonprotected
handleDrop()LMDBAL::StorageCommonprotectedvirtual
isDBOpened() constLMDBAL::StorageCommonprotected
makeStorage(MDB_txn *transaction, bool duplicates=false)LMDBAL::StorageCommoninlineprotected
nameLMDBAL::StorageCommonprotected
open(MDB_txn *transaction)=0LMDBAL::StorageCommonprotectedpure virtual
openCursorTransaction(MDB_cursor **cursor, bool renew=false) constLMDBAL::StorageCommonprotected
openCursorTransactionMethodNameLMDBAL::StorageCommoninlineprotectedstatic
readAllMethodNameLMDBAL::StorageCommoninlineprotectedstatic
removeRecordMethodNameLMDBAL::StorageCommoninlineprotectedstatic
replaceAllMethodNameLMDBAL::StorageCommoninlineprotectedstatic
StorageCommon(Base *parent, const std::string &name, bool duplicates=false)LMDBAL::StorageCommonprotected
throwCursorNotReady(const std::string &method) constLMDBAL::StorageCommonprotected
throwDuplicate(const std::string &key) constLMDBAL::StorageCommonprotected
throwDuplicateOrUnknown(int rc, const std::string &key) constLMDBAL::StorageCommonprotected
throwDuplicateOrUnknown(int rc, TransactionID txn, const std::string &key) constLMDBAL::StorageCommonprotected
throwNotFound(const std::string &key) constLMDBAL::StorageCommonprotected
throwNotFoundOrUnknown(int rc, const std::string &key) constLMDBAL::StorageCommonprotected
throwNotFoundOrUnknown(int rc, TransactionID txn, const std::string &key) constLMDBAL::StorageCommonprotected
throwUnknown(int rc, TransactionID txn) constLMDBAL::StorageCommonprotected
throwUnknown(int rc) constLMDBAL::StorageCommonprotected
throwUnknown(const std::string &message) constLMDBAL::StorageCommonprotected
toString(const T &value)LMDBAL::StorageCommoninlineprotectedstatic
toString(const QString &value)LMDBAL::StorageCommoninline
toString(const std::string &value)LMDBAL::StorageCommoninline
transactionAborted(TransactionID txn) constLMDBAL::StorageCommonprotectedvirtual
transactionCommited(TransactionID txn)LMDBAL::StorageCommonprotectedvirtual
transactionStarted(TransactionID txn, bool readOnly) constLMDBAL::StorageCommonprotectedvirtual
~StorageCommon()LMDBAL::StorageCommonprotectedvirtual