insertIgnore

suspend fun <T : Table> DatabaseClient<*>.insertIgnore(table: T, body: T.(InsertStatement<Number>) -> Unit): Boolean(source)