updateBinaryStream
open override fun updateBinaryStream(columnIndex: Int, x: InputStream?, length: Int): Nothing(source)
open override fun updateBinaryStream(columnLabel: String?, x: InputStream?, length: Int): Nothing(source)
open override fun updateBinaryStream(columnIndex: Int, x: InputStream?, length: Long): Nothing(source)
open override fun updateBinaryStream(columnLabel: String?, x: InputStream?, length: Long): Nothing(source)
Deprecated (with error)
The result set is not updatable.