batchlight / co.yello.db.batchlight.androidsqlite / AndroidSQLiteBinder / bindLong
fun bindLong(position: Int, long: Long): Unit
Overrides Binder.bindLong
Binds a Long at the given position.
position - position to bind at.
long - a value of type Long to bind.