Dash Core  0.12.2.1
P2P Digital Currency
db.h File Reference
#include "clientversion.h"
#include "serialize.h"
#include "streams.h"
#include "sync.h"
#include "version.h"
#include <map>
#include <string>
#include <vector>
#include <boost/filesystem/path.hpp>
#include <db_cxx.h>

Go to the source code of this file.

Classes

class  CDBEnv
 
class  CDB
 

Variables

static const unsigned int DEFAULT_WALLET_DBLOGSIZE = 100
 
static const bool DEFAULT_WALLET_PRIVDB = true
 
unsigned int nWalletDBUpdated
 
CDBEnv bitdb
 

Variable Documentation

◆ bitdb

◆ DEFAULT_WALLET_DBLOGSIZE

const unsigned int DEFAULT_WALLET_DBLOGSIZE = 100
static

Definition at line 23 of file db.h.

Referenced by CDB::Flush(), and HelpMessage().

◆ DEFAULT_WALLET_PRIVDB

const bool DEFAULT_WALLET_PRIVDB = true
static

Definition at line 24 of file db.h.

Referenced by HelpMessage(), and CDBEnv::Open().

◆ nWalletDBUpdated