English | 简体中文

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

updateNClob

open fun updateNClob(
    columnIndex: Int,
    nClob: NClob?
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateNClob(
    columnLabel: String?,
    nClob: NClob?
): Nothing
(source code)

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.