English | 简体中文

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

updateBinaryStream

open fun updateBinaryStream(
    columnIndex: Int,
    x: InputStream?,
    length: Int
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateBinaryStream(
    columnLabel: String?,
    x: InputStream?,
    length: Int
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateBinaryStream(
    columnIndex: Int,
    x: InputStream?,
    length: Long
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateBinaryStream(
    columnLabel: String?,
    x: InputStream?,
    length: Long
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateBinaryStream(
    columnIndex: Int,
    x: InputStream?
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateBinaryStream(
    columnLabel: String?,
    x: InputStream?
): Nothing
(source code)

Deprecated: The result set is not updatable.