insertStatement

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

Adapted from org.jetbrains.exposed.sql.insert.