#include <chainparams.h>
#include <fs.h>
#include <logging.h>
#include <wallet/db.h>
#include <string>
Go to the source code of this file.
◆ BDBDataFile()
| fs::path BDBDataFile |
( |
const fs::path & |
wallet_path | ) |
|
◆ IsBDBFile()
| bool IsBDBFile |
( |
const fs::path & |
path | ) |
|
◆ IsSQLiteFile()
| bool IsSQLiteFile |
( |
const fs::path & |
path | ) |
|
◆ ListDatabases()
| std::vector<fs::path> ListDatabases |
( |
const fs::path & |
path | ) |
|
Recursively list database paths in directory.
Definition at line 13 of file db.cpp.
◆ SQLiteDataFile()
| fs::path SQLiteDataFile |
( |
const fs::path & |
path | ) |
|