Back to Exposed

executeBatch

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

1.2.0552 B
Original Source

executeBatch

open suspend override fun executeBatch(): List<Int>

Executes batched SQL statements stored as an io.r2dbc.spi.Statement.

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