BatchAtomicUpdates
- Last Updated: September 25, 2026
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Controls whether native parameter batches on iSeries are processed as a single all-or-nothing operation to improve batch performance.
Valid Values
true | false
Behavior
If set to true, native parameter batches on iSeries are processed as a single
operation, reducing response overhead and improving performance. The operation is
atomic: either all rows in the batch are updated successfully or none are updated.
When the operation succeeds, the total number of rows updated is returned in the
first element of the update-count array and 0 is returned for every
remaining element.
If set to false, native parameter batches use the standard per-parameter-set response behavior.
Data Source Methods
public Boolean getBatchAtomicUpdates()
public void setBatchAtomicUpdates(Boolean)
Default Value
false
Data Type
Boolean