Bitcoin Core 28.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 199 of file dbwrapper.cpp.
leveldb::ReadOptions LevelDBContext::iteroptions |
options used when iterating over values of the database
Definition at line 210 of file dbwrapper.cpp.
leveldb::Options LevelDBContext::options |
database options used
Definition at line 204 of file dbwrapper.cpp.
leveldb::DB* LevelDBContext::pdb |
the database itself
Definition at line 219 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 201 of file dbwrapper.cpp.
leveldb::ReadOptions LevelDBContext::readoptions |
options used when reading from the database
Definition at line 207 of file dbwrapper.cpp.
leveldb::WriteOptions LevelDBContext::syncoptions |
options used when sync writing to the database
Definition at line 216 of file dbwrapper.cpp.
leveldb::WriteOptions LevelDBContext::writeoptions |
options used when writing to the database
Definition at line 213 of file dbwrapper.cpp.