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

Compatibility alias of out(...).

import klyn.databases.sql

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