batchSingleOrNoUpdate

suspend fun <T : Table, E> DatabaseClient<*>.batchSingleOrNoUpdate(table: T, data: Iterable<E>, where: BuildWhere? = null, limit: Int? = null, body: T.(UpdateStatement, E) -> Unit): Sequence<Boolean>(source)

Return

a sequence indicating whether each update statement is updated in the batch.