executeBatch

suspend fun <SqlResultT : SqlResult<*>> executeBatch(statements: Iterable<Statement<*>>, transformQuery: PreparedQuery<RowSet<Row>>.() -> PreparedQuery<SqlResultT>): Sequence<SqlResultT>(source)

See also

batchInsert
executeBatch
BatchUpdateStatement.addBatch

though this function seems never used in Exposed

PreparedQuery.executeBatch