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