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
Name |
Description |
|
Destroy the handler. |
|
Execute a SQL statement against a database. |
Created with MrDocs