exec_statement


Description:

[ Version ( since = "3.58" ) ]
public bool exec_statement (string stmt) throws Error

Executes an SQLite statement.

Parameters:

this

a DB

stmt

an SQL (SQLite) statement to execute

Returns:

whether succeeded