Class responsible for executing SQL statements in SQLite databases. Methods are virtual so they can be overridden by unit tests testing unusual database conditions.
Declared in <wallet/sqlite.h>
class SQliteExecHandler;
| Name | Description |
|---|---|
~SQliteExecHandler [destructor] [virtual] | Destroy the handler. |
Exec [virtual] | Execute a SQL statement against a database. |