Batchlight

batchlight / co.yello.db.batchlight.androidsupportsqlite / AndroidSupportSQLiteBinder / bindBlob

bindBlob

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

Overrides Binder.bindBlob

Binds a ByteArray at the given position.

Parameters

position - position to bind at.

blob - a value of type ByteArray to bind.