[ Version ( since = "3.48" ) ]
public bool exec (string sql_stmt, Cancellable? cancellable = null) throws Error
Executes an SQLite statement.
Use select for SELECT statements.
| this |
an BookSqlite |
| sql_stmt |
an SQLite statement to execute |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |