klyn.databases.sql.CallableStatement.out
method
public out(index as Int, sqlType as Int, scale as Int = 0) as CallableStatement throws SQLException
Description

Declares one output parameter.

import klyn.databases.sql

call.out(2, Types.INTEGER)
Throws
  • SQLException if the statement is closed, a parameter index is invalid, SQL rendering fails, or execution reports a database error.