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-with-mapper
/
com.huanshankeji.exposedvertxsqlclient.crud.mapping
/
batchInsertIgnoreWithMapper
batch
Insert
Ignore
With
Mapper
suspend
fun
<
Data
:
Any
>
DatabaseClient
<
*
>
.
batchInsertIgnoreWithMapper
(
table
:
Table
,
data
:
Iterable
<
Data
>
,
dataUpdateMapper
:
DataUpdateMapper
<
Data
>
)
:
Sequence
<
Boolean
>
(
source
)