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

Reads one output parameter as text. Returns null on SQL NULL.

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