executeBatch

abstract fun executeBatch(): List<Int>

Executes batched SQL statements stored as a 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.