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