wallet::SQliteExecHandler

Class responsible for executing SQL statements in SQLite databases. Methods are virtual so they can be overridden by unit tests testing unusual database conditions.

Synopsis

Declared in <wallet/sqlite.h>

class SQliteExecHandler;

Member Functions

NameDescription
~SQliteExecHandler [destructor] [virtual]Destroy the handler.
Exec [virtual]Execute a SQL statement against a database.