insertIgnoreStatement

fun <T : Table> T.insertIgnoreStatement(body: T.(InsertStatement<Number>) -> Unit): HelperInsertStatement<Number>(source)

Adapted from org.jetbrains.exposed.sql.insertIgnore.