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
/
insertIgnoreWithMapper
insert
Ignore
With
Mapper
suspend
fun
<
Data
:
Any
>
DatabaseClient
<
*
>
.
insertIgnoreWithMapper
(
table
:
Table
,
data
:
Data
,
dataUpdateMapper
:
DataUpdateMapper
<
Data
>
)
:
Boolean
(
source
)