![]() |
Bitcoin Core
26.1.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 198 of file dbwrapper.cpp.
| leveldb::ReadOptions LevelDBContext::iteroptions |
options used when iterating over values of the database
Definition at line 209 of file dbwrapper.cpp.
| leveldb::Options LevelDBContext::options |
database options used
Definition at line 203 of file dbwrapper.cpp.
| leveldb::DB* LevelDBContext::pdb |
the database itself
Definition at line 218 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 200 of file dbwrapper.cpp.
| leveldb::ReadOptions LevelDBContext::readoptions |
options used when reading from the database
Definition at line 206 of file dbwrapper.cpp.
| leveldb::WriteOptions LevelDBContext::syncoptions |
options used when sync writing to the database
Definition at line 215 of file dbwrapper.cpp.
| leveldb::WriteOptions LevelDBContext::writeoptions |
options used when writing to the database
Definition at line 212 of file dbwrapper.cpp.
1.8.14