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

Reads one output parameter as Long. Returns 0l on SQL NULL.

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