bindBlob

abstract fun bindBlob(statement: Long, index: Int, blob: ByteArray, length: Int): SQLCode(source)
open fun bindBlob(statement: StatementHandle, index: Int, blob: ByteArray, length: Int): SQLCode(source)