updateObject

open override fun updateObject(columnIndex: Int, x: Any?, scaleOrLength: Int): Nothing(source)
open override fun updateObject(columnIndex: Int, x: Any?): Nothing(source)
open override fun updateObject(columnLabel: String?, x: Any?, scaleOrLength: Int): Nothing(source)
open override fun updateObject(columnLabel: String?, x: Any?): Nothing(source)
open override fun updateObject(columnIndex: Int, x: Any?, targetSqlType: SQLType?, scaleOrLength: Int): Nothing(source)
open override fun updateObject(columnLabel: String?, x: Any?, targetSqlType: SQLType?, scaleOrLength: Int): Nothing(source)
open override fun updateObject(columnIndex: Int, x: Any?, targetSqlType: SQLType?): Nothing(source)
open override fun updateObject(columnLabel: String?, x: Any?, targetSqlType: SQLType?): Nothing(source)

Deprecated (with error)

The result set is not updatable.