execute

abstract fun execute(sql: String, callback: Exec? = null)(source)

Runs zero or more UTF-8 encoded, semicolon-separated SQL statements from sql. If callback is not null then it is invoked for each result row coming out of the evaluated SQL statements.

Throws

if the operation fails.