sqlite3_stmt* wrapper.
Run a simple query, discarding the result.
Construct a prepared statement.
Run a simple query, provided as an SQL string.
Return the number of changed rows. (sqlite3_changes)
Return the ID of the last inserted row. (sqlite3_last_insert_rowid)
sqlite3* wrapper.