Batchlight

batchlight / co.yello.db.batchlight / Binder / bindBlob

bindBlob

abstract fun bindBlob(position: Int, blob: ByteArray): Unit

Binds a ByteArray at the given position.

Parameters

position - position to bind at.

blob - a value of type ByteArray to bind.