klyn.databases.sql.PreparedStatement.query
method
public query() as ResultSet throws SQLException
Description

Executes the prepared query.

import klyn.databases.sql

rows = prepared.query()
Throws
  • SQLException if the statement is closed, a parameter index is invalid, SQL rendering fails, or execution reports a database error.