executeBatch

abstract suspend 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.