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