updateBlob

open override fun updateBlob(columnIndex: Int, x: Blob?): Nothing(source)
open override fun updateBlob(columnLabel: String?, x: Blob?): Nothing(source)
open override fun updateBlob(columnIndex: Int, inputStream: InputStream?, length: Long): Nothing(source)
open override fun updateBlob(columnLabel: String?, inputStream: InputStream?, length: Long): Nothing(source)
open override fun updateBlob(columnIndex: Int, inputStream: InputStream?): Nothing(source)
open override fun updateBlob(columnLabel: String?, inputStream: InputStream?): Nothing(source)

Deprecated (with error)

The result set is not updatable.