English | 简体中文

api-docs / org.ktorm.database / CachedRowSet / updateObject

updateObject

open fun updateObject(
    columnIndex: Int,
    x: Any?,
    scaleOrLength: Int
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateObject(columnIndex: Int, x: Any?): Nothing (source code)

Deprecated: The result set is not updatable.


open fun updateObject(
    columnLabel: String?,
    x: Any?,
    scaleOrLength: Int
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateObject(columnLabel: String?, x: Any?): Nothing (source code)

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


open fun updateObject(
    columnIndex: Int,
    x: Any?,
    targetSqlType: SQLType?
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateObject(
    columnLabel: String?,
    x: Any?,
    targetSqlType: SQLType?
): Nothing
(source code)

Deprecated: The result set is not updatable.