bindInt64

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