klyn.databases.sql.PreparedStatement.execute
method
public execute() as Boolean throws SQLException
Description

Executes the prepared statement and reports whether a result set exists.

import klyn.databases.sql

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