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