klyn.databases.sql.PreparedStatement.setLong
method
public setLong(index as Int, value as Long) as PreparedStatement throws SQLException
Description

Sets a Long parameter.

import klyn.databases.sql

prepared.setLong(1, 42l)
Throws
  • SQLException if the statement is closed, a parameter index is invalid, SQL rendering fails, or execution reports a database error.