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

prepared.bindLong(1, 42l)