Bitcoin Core 28.99.0
P2P Digital Currency
Public Attributes | List of all members
LevelDBContext Struct Reference

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...
 

Detailed Description

Definition at line 199 of file dbwrapper.cpp.

Member Data Documentation

◆ iteroptions

leveldb::ReadOptions LevelDBContext::iteroptions

options used when iterating over values of the database

Definition at line 210 of file dbwrapper.cpp.

◆ options

leveldb::Options LevelDBContext::options

database options used

Definition at line 204 of file dbwrapper.cpp.

◆ pdb

leveldb::DB* LevelDBContext::pdb

the database itself

Definition at line 219 of file dbwrapper.cpp.

◆ penv

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.

◆ readoptions

leveldb::ReadOptions LevelDBContext::readoptions

options used when reading from the database

Definition at line 207 of file dbwrapper.cpp.

◆ syncoptions

leveldb::WriteOptions LevelDBContext::syncoptions

options used when sync writing to the database

Definition at line 216 of file dbwrapper.cpp.

◆ writeoptions

leveldb::WriteOptions LevelDBContext::writeoptions

options used when writing to the database

Definition at line 213 of file dbwrapper.cpp.


The documentation for this struct was generated from the following file: