updateCharacterStream

open override fun updateCharacterStream(columnIndex: Int, x: Reader?, length: Int): Nothing(source)
open override fun updateCharacterStream(columnLabel: String?, reader: Reader?, length: Int): Nothing(source)
open override fun updateCharacterStream(columnIndex: Int, x: Reader?, length: Long): Nothing(source)
open override fun updateCharacterStream(columnLabel: String?, reader: Reader?, length: Long): Nothing(source)
open override fun updateCharacterStream(columnIndex: Int, x: Reader?): Nothing(source)
open override fun updateCharacterStream(columnLabel: String?, reader: Reader?): Nothing(source)

Deprecated (with error)

The result set is not updatable.