#include <wallet/sqlite.h>
#include <chainparams.h>
#include <crypto/common.h>
#include <logging.h>
#include <sync.h>
#include <util/memory.h>
#include <util/strencodings.h>
#include <util/system.h>
#include <util/translation.h>
#include <wallet/db.h>
#include <sqlite3.h>
#include <stdint.h>
Go to the source code of this file.
◆ ErrorLogCallback()
| static void ErrorLogCallback |
( |
void * |
arg, |
|
|
int |
code, |
|
|
const char * |
msg |
|
) |
| |
|
static |
◆ ExistsSQLiteDatabase()
| bool ExistsSQLiteDatabase |
( |
const fs::path & |
path | ) |
|
◆ GUARDED_BY()
◆ IsSQLiteFile()
| bool IsSQLiteFile |
( |
const fs::path & |
path | ) |
|
◆ MakeSQLiteDatabase()
◆ SQLiteDatabaseVersion()
| std::string SQLiteDatabaseVersion |
( |
| ) |
|
◆ DATABASE_FILENAME
| const char* const DATABASE_FILENAME = "wallet.dat" |
|
static |
◆ g_sqlite_mutex
◆ WALLET_SCHEMA_VERSION
| constexpr int32_t WALLET_SCHEMA_VERSION = 0 |
|
static |