Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Functions
sqlite.h File Reference
#include <sync.h>
#include <wallet/db.h>
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

 wallet
 

Functions

std::unique_ptr< SQLiteDatabase > wallet::MakeSQLiteDatabase (const fs::path &path, const DatabaseOptions &options, DatabaseStatus &status, bilingual_str &error)
 
std::string wallet::SQLiteDatabaseVersion ()