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

setTrackRowsAffected

open fun setTrackRowsAffected(trackRowsAffected: Boolean): Unit

Set whether to track the rows affected by batch updates performed by this operation object.

Default is "true". Turn this off to save the memory needed for the list of row counts.

See Also
#getRowsAffected()