toggle menu
exposed-vertx-sql-client
jvm
switch theme
search in API
exposed-vertx-sql-client-postgresql
/
com.huanshankeji.exposedvertxsqlclient.sql
/
batchInsertIgnore
batch
Insert
Ignore
suspend
fun
<
T
:
Table
,
E
>
DatabaseClient
<
*
>
.
batchInsertIgnore
(
table
:
T
,
data
:
Iterable
<
E
>
,
body
:
T
.
(
InsertStatement
<
Number
>
,
E
)
->
Unit
)
:
Sequence
<
Boolean
>
(
source
)