toggle menu
exposed-vertx-sql-client
jvm
switch theme
search in API
exposed-vertx-sql-client-postgresql
/
com.huanshankeji.exposedvertxsqlclient.sql
/
batchSingleOrNoUpdate
batch
Single
Or
No
Update
suspend
fun
<
T
:
Table
,
E
>
DatabaseClient
<
*
>
.
batchSingleOrNoUpdate
(
table
:
T
,
data
:
Iterable
<
E
>
,
where
:
BuildWhere
?
=
null
,
limit
:
Int
?
=
null
,
body
:
T
.
(
UpdateStatement
,
E
)
->
Unit
)
:
Sequence
<
Boolean
>
(
source
)
Return
a sequence indicating whether each update statement is updated in the batch.