Back to Exposed

executeBatch

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc.statements.api/-jdbc-prepared-statement-api/execute-batch.html

1.2.0637 B
Original Source

executeBatch

abstract fun executeBatch(): List<Int>

Executes batched SQL statements stored as a java.sql.PreparedStatement.

Return

A list of the affected row counts, with one element for each statement, ordered based on the order in which statements were provided to the batch.

Generated by Dokka © 2026 Copyright