Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
db.cpp File Reference
#include <chainparams.h>
#include <common/args.h>
#include <logging.h>
#include <util/fs.h>
#include <wallet/db.h>
#include <exception>
#include <fstream>
#include <string>
#include <system_error>
#include <vector>
Include dependency graph for db.cpp:

Go to the source code of this file.

Namespaces

 wallet
 

Functions

std::vector< fs::pathwallet::ListDatabases (const fs::path &path)
 Recursively list database paths in directory. More...
 
fs::path wallet::BDBDataFile (const fs::path &wallet_path)
 
fs::path wallet::SQLiteDataFile (const fs::path &path)
 
bool wallet::IsBDBFile (const fs::path &path)
 
bool wallet::IsSQLiteFile (const fs::path &path)
 
void wallet::ReadDatabaseArgs (const ArgsManager &args, DatabaseOptions &options)