English | 简体中文

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

updateBlob

open fun updateBlob(columnIndex: Int, x: Blob?): Nothing (source code)

Deprecated: The result set is not updatable.


open fun updateBlob(columnLabel: String?, x: Blob?): Nothing (source code)

Deprecated: The result set is not updatable.


open fun updateBlob(
    columnIndex: Int,
    inputStream: InputStream?,
    length: Long
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateBlob(
    columnLabel: String?,
    inputStream: InputStream?,
    length: Long
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateBlob(
    columnIndex: Int,
    inputStream: InputStream?
): Nothing
(source code)

Deprecated: The result set is not updatable.


open fun updateBlob(
    columnLabel: String?,
    inputStream: InputStream?
): Nothing
(source code)

Deprecated: The result set is not updatable.