klyn.databases.sql.PreparedStatement.bindInt
method
public bindInt(index as Int, value as Int) as PreparedStatement throws SQLException
Description
Binds an `Int` parameter.
import klyn.databases.sql

prepared.bindInt(1, 42)