English | 简体中文

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

updateNCharacterStream

open fun updateNCharacterStream(
    columnIndex: Int,
    x: Reader?,
    length: Long
): Nothing
(source code)

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


open fun updateNCharacterStream(
    columnIndex: Int,
    x: Reader?
): Nothing
(source code)

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.