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