public getResultSet() as ResultSet throws SQLException
Returns the current result set from the last execute(...) call, or null when the last execution did not produce rows.
import klyn.databases.sql
if statement.execute("select 1"):
rows = statement.getResultSet()