public executeQuery(sql as String) as ResultSet throws SQLException
Executes a SQL query and returns the result set.
import klyn.databases.sql rows = statement.executeQuery("select * from users")