bindInt

abstract fun bindInt(statement: Long, index: Int, value: Int): SQLCode(source)
open fun bindInt(statement: StatementHandle, index: Int, value: Int): SQLCode(source)