Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.database
/
CachedRowSet
/
updateNCharacterStream
update
NCharacter
Stream
open
override
fun
updateNCharacterStream
(
columnIndex
:
Int
,
x
:
Reader
?
,
length
:
Long
)
:
Nothing
(
source
)
open
override
fun
updateNCharacterStream
(
columnLabel
:
String
?
,
reader
:
Reader
?
,
length
:
Long
)
:
Nothing
(
source
)
open
override
fun
updateNCharacterStream
(
columnIndex
:
Int
,
x
:
Reader
?
)
:
Nothing
(
source
)
open
override
fun
updateNCharacterStream
(
columnLabel
:
String
?
,
reader
:
Reader
?
)
:
Nothing
(
source
)
Deprecated (with error)
The result set is not updatable.