klyn.databases.sql.CallableStatement.getBoolean
method
public getBoolean(index as Int) as Boolean throws SQLException
Description

Reads one output parameter as Boolean. Returns false on SQL NULL.

Throws
  • SQLException if the statement is closed, a parameter index is invalid, SQL rendering fails, or execution reports a database error.