8182838485868788899091
} int[] res = ps.executeBatch(); for (int updates : res) { if (updates != 1) { throw new MeasurementStorageException("Unexpected batch update size [" + updates + "]"); } count++; }