executeSQL

fun executeSQL(sql: String, args: Array<Any?>)

Execute SQL with the given arguments. This is a convenience method for executing SQL statements.

Parameters

sql

The SQL statement to execute.

args

The arguments for the SQL statement.

Throws

if the SQL execution fails.