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

~SQliteExecHandler [destructor] [virtual]

Destroy the handler.

Exec [virtual]

Execute a SQL statement against a database.

Created with MrDocs