octavius-postgresql
Toggle table of contents
0.9.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
client
/
io.github.octaviusframework.client.transaction
/
StepBuilder
/
update
update
fun
update
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
TransactionStep
<
Long
>
fun
update
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
TransactionStep
<
Long
>
A step that runs the statement and returns how many rows it affected.