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

Reads one output parameter as Double. Returns 0.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.