Back to Exposed

executeMultiple

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

1.2.0846 B
Original Source

executeMultiple

abstract fun executeMultiple(): List<StatementResult>

Executes multiple SQL statements stored in a single java.sql.PreparedStatement.

Return

A list of StatementResults retrieved from the database, which may store either affected row counts or wrapped results. The order of elements is based on the order of the statements in the PreparedStatement.

Generated by Dokka © 2026 Copyright