exposed-vertx-sql-client
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed-vertx-sql-client
exposed-vertx-sql-client-crud
/
com.huanshankeji.exposedvertxsqlclient.crud
/
update
update
suspend
fun
<
T
:
Table
>
DatabaseClient
<
*
>
.
update
(
table
:
T
,
where
:
(
)
->
Op
<
Boolean
>
?
=
null
,
limit
:
Int
?
=
null
,
body
:
T
.
(
UpdateStatement
)
->
Unit
)
:
Int
(
source
)