exec


Description:

[ Version ( since = "3.48" ) ]
public bool exec (string sql_stmt, Cancellable? cancellable = null) throws Error

Executes an SQLite statement.

Use select for SELECT statements.

Parameters:

this

an BookSqlite

sql_stmt

an SQLite statement to execute

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.