Fabcoin Core
0.16.2
P2P Digital Currency
|
This is the complete list of members for CDB, including all inherited members.
activeTxn | CDB | protected |
CDB(CWalletDBWrapper &dbw, const char *pszMode="r+", bool fFlushOnCloseIn=true) | CDB | explicit |
CDB(const CDB &) | CDB | private |
Close() | CDB | |
env | CDB | protected |
Erase(const K &key) | CDB | inline |
Exists(const K &key) | CDB | inline |
fFlushOnClose | CDB | protected |
Flush() | CDB | |
fReadOnly | CDB | protected |
GetCursor() | CDB | inline |
operator=(const CDB &) | CDB | private |
pdb | CDB | protected |
PeriodicFlush(CWalletDBWrapper &dbw) | CDB | static |
Read(const K &key, T &value) | CDB | inline |
ReadAtCursor(Dbc *pcursor, CDataStream &ssKey, CDataStream &ssValue, bool setRange=false) | CDB | inline |
ReadVersion(int &nVersion) | CDB | inline |
Recover(const std::string &filename, void *callbackDataIn, bool(*recoverKVcallback)(void *callbackData, CDataStream ssKey, CDataStream ssValue), std::string &out_backup_filename) | CDB | static |
Rewrite(CWalletDBWrapper &dbw, const char *pszSkip=nullptr) | CDB | static |
strFile | CDB | protected |
TxnAbort() | CDB | inline |
TxnBegin() | CDB | inline |
TxnCommit() | CDB | inline |
VerifyDatabaseFile(const std::string &walletFile, const fs::path &dataDir, std::string &warningStr, std::string &errorStr, CDBEnv::recoverFunc_type recoverFunc) | CDB | static |
VerifyEnvironment(const std::string &walletFile, const fs::path &dataDir, std::string &errorStr) | CDB | static |
Write(const K &key, const T &value, bool fOverwrite=true) | CDB | inline |
WriteVersion(int nVersion) | CDB | inline |
~CDB() | CDB | inline |