executeBatchUpdate

suspend fun executeBatchUpdate(statements: Iterable<Statement<Int>>): Sequence<Int>(source)

Executes a batch of update statements, including InsertStatement and UpdateStatement.

Return

a sequence of the update counts of the update statements in the batch.

See also

batchInsert