Searched refs:updateCounts (Results 1 – 2 of 2) sorted by relevance
45 private int[] updateCounts = null; field in BatchUpdateException78 public BatchUpdateException(int[] updateCounts, Throwable cause) { in BatchUpdateException() argument80 this.updateCounts = updateCounts; in BatchUpdateException()92 public BatchUpdateException(String reason, int[] updateCounts, in BatchUpdateException() argument95 this.updateCounts = updateCounts; in BatchUpdateException()109 int[] updateCounts, Throwable cause) { in BatchUpdateException() argument111 this.updateCounts = updateCounts; in BatchUpdateException()125 int[] updateCounts, Throwable cause) { in BatchUpdateException() argument127 this.updateCounts = updateCounts; in BatchUpdateException()140 public BatchUpdateException(int[] updateCounts) { in BatchUpdateException() argument[all …]
38 int[] updateCounts = st.executeBatch(); in testAddBatch() local39 assertEquals(2, updateCounts.length); in testAddBatch()40 assertEquals(1, updateCounts[0]); in testAddBatch()41 assertEquals(1, updateCounts[1]); in testAddBatch()173 int[] updateCounts = st.executeBatch(); in testClearBatch() local175 for (int i = 0; i < updateCounts.length; i++) { in testClearBatch()176 assertEquals(0, updateCounts[i]); in testClearBatch()