executeBatch_

suspend fun executeBatch_(): IntArray(source)

Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts. The Int elements of the array that is returned are ordered to correspond to the commands in the batch, which are ordered according to the order in which they were added to the batch.

See also