![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Public Attributes | |
| leveldb::Env * | penv |
| custom environment this database is using (may be nullptr in case of default environment) More... | |
| leveldb::Options | options |
| database options used More... | |
| leveldb::ReadOptions | readoptions |
| options used when reading from the database More... | |
| leveldb::ReadOptions | iteroptions |
| options used when iterating over values of the database More... | |
| leveldb::WriteOptions | writeoptions |
| options used when writing to the database More... | |
| leveldb::WriteOptions | syncoptions |
| options used when sync writing to the database More... | |
| leveldb::DB * | pdb |
| the database itself More... | |
Definition at line 194 of file dbwrapper.cpp.
| leveldb::ReadOptions LevelDBContext::iteroptions |
options used when iterating over values of the database
Definition at line 205 of file dbwrapper.cpp.
| leveldb::Options LevelDBContext::options |
database options used
Definition at line 199 of file dbwrapper.cpp.
| leveldb::DB* LevelDBContext::pdb |
the database itself
Definition at line 214 of file dbwrapper.cpp.
| leveldb::Env* LevelDBContext::penv |
custom environment this database is using (may be nullptr in case of default environment)
Definition at line 196 of file dbwrapper.cpp.
| leveldb::ReadOptions LevelDBContext::readoptions |
options used when reading from the database
Definition at line 202 of file dbwrapper.cpp.
| leveldb::WriteOptions LevelDBContext::syncoptions |
options used when sync writing to the database
Definition at line 211 of file dbwrapper.cpp.
| leveldb::WriteOptions LevelDBContext::writeoptions |
options used when writing to the database
Definition at line 208 of file dbwrapper.cpp.