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

Reads one output parameter as Int. Returns 0 on SQL NULL.

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