English | 简体中文

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

updateAsciiStream

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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.


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

Deprecated: The result set is not updatable.