sqlite_exec


Description:

public bool sqlite_exec (string sql_stmt, Cancellable? cancellable = null) throws Error

Executes an SQLite statement.

Use sqlite_select for SELECT statements.

Parameters:

this

an Cache

sql_stmt

an SQLite statement to execute

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.