Bitcoin Core  27.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 198 of file dbwrapper.cpp.

Member Data Documentation

◆ iteroptions

leveldb::ReadOptions LevelDBContext::iteroptions

options used when iterating over values of the database

Definition at line 209 of file dbwrapper.cpp.

◆ options

leveldb::Options LevelDBContext::options

database options used

Definition at line 203 of file dbwrapper.cpp.

◆ pdb

leveldb::DB* LevelDBContext::pdb

the database itself

Definition at line 218 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 200 of file dbwrapper.cpp.

◆ readoptions

leveldb::ReadOptions LevelDBContext::readoptions

options used when reading from the database

Definition at line 206 of file dbwrapper.cpp.

◆ syncoptions

leveldb::WriteOptions LevelDBContext::syncoptions

options used when sync writing to the database

Definition at line 215 of file dbwrapper.cpp.

◆ writeoptions

leveldb::WriteOptions LevelDBContext::writeoptions

options used when writing to the database

Definition at line 212 of file dbwrapper.cpp.


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