Execute a SQL statement against a database.
Declared in <wallet/sqlite.h>
virtual
int
Exec(
SQLiteDatabase& database,
std::string const& statement);
The SQLite result code from executing the statement.
| Name | Description |
|---|---|
| database | The database to execute the statement on. |
| statement | The SQL statement to execute. |