klyn.databases.sql.Statement.execute
method
public execute(sql as String) as Boolean throws SQLException
Description
Executes arbitrary SQL.
import klyn.databases.sql

hasRows = statement.execute("select 1")