Bitcoin Core 28.99.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | wallet::SQLiteCursor |
RAII class that provides a database cursor. More... | |
class | wallet::SQliteExecHandler |
Class responsible for executing SQL statements in SQLite databases. More... | |
class | wallet::SQLiteBatch |
RAII class that provides access to a WalletDatabase. More... | |
class | wallet::SQLiteDatabase |
An instance of this class represents one SQLite3 database. More... | |
Namespaces | |
namespace | wallet |
Functions | |
std::unique_ptr< SQLiteDatabase > | wallet::MakeSQLiteDatabase (const fs::path &path, const DatabaseOptions &options, DatabaseStatus &status, bilingual_str &error) |
std::string | wallet::SQLiteDatabaseVersion () |