Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
sqlite.h File Reference
#include <sync.h>
#include <wallet/db.h>
#include <semaphore>
Include dependency graph for sqlite.h:
This graph shows which files directly or indirectly include this file:

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< SQLiteDatabasewallet::MakeSQLiteDatabase (const fs::path &path, const DatabaseOptions &options, DatabaseStatus &status, bilingual_str &error)
std::string wallet::SQLiteDatabaseVersion ()