[#wallet-SQliteExecHandler] = xref:wallet.adoc[wallet]::SQliteExecHandler :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class SQliteExecHandler; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/SQliteExecHandler/2destructor.adoc[`~SQliteExecHandler`] [.small]#[destructor]# [.small]#[virtual]# | Destroy the handler. | xref:wallet/SQliteExecHandler/Exec.adoc[`Exec`] [.small]#[virtual]# | Execute a SQL statement against a database. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#