English | 简体中文

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

updateCharacterStream

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

Deprecated: The result set is not updatable.


open fun updateCharacterStream(
    columnLabel: String?,
    reader: Reader?,
    length: Int
): Nothing
(source code)

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.