spring-framework / org.springframework.jdbc.object / BatchSqlUpdate / getRowsAffected

getRowsAffected

open fun getRowsAffected(): IntArray

Return the number of affected rows for all already executed statements. Accumulates all of flush's return values until reset is invoked.

Return
an array of the number of rows affected by each statement

See Also
#reset