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
/
batchSingleOrNoUpdate
batch
Single
Or
No
Update
suspend
fun
<
T
:
Table
,
E
>
DatabaseClient
<
*
>
.
batchSingleOrNoUpdate
(
table
:
T
,
data
:
Iterable
<
E
>
,
where
:
(
E
)
->
Op
<
Boolean
>
,
limit
:
Int
?
=
null
,
body
:
T
.
(
UpdateStatement
,
E
)
->
Unit
)
:
Sequence
<
Boolean
>
(
source
)
Return
a sequence indicating whether each update statement is updated in the batch.
See also
batch
Update