English | 简体中文

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

updateClob

open fun updateClob(columnIndex: Int, x: Clob?): Nothing (source code)

Deprecated: The result set is not updatable.


open fun updateClob(columnLabel: String?, x: Clob?): Nothing (source code)

Deprecated: The result set is not updatable.


open fun updateClob(
    columnIndex: Int,
    reader: Reader?,
    length: Long
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateClob(
    columnLabel: String?,
    reader: Reader?,
    length: Long
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateClob(
    columnIndex: Int,
    reader: Reader?
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateClob(
    columnLabel: String?,
    reader: Reader?
): Nothing
(source code)

Deprecated: The result set is not updatable.