Searched defs:updateCounts (Results 1 – 3 of 3) sorted by relevance
45 private int[] updateCounts = null; field in BatchUpdateException79 public BatchUpdateException(int[] updateCounts, Throwable cause) { in BatchUpdateException()93 public BatchUpdateException(String reason, int[] updateCounts, in BatchUpdateException()110 int[] updateCounts, Throwable cause) { in BatchUpdateException()126 int[] updateCounts, Throwable cause) { in BatchUpdateException()141 public BatchUpdateException(int[] updateCounts) { in BatchUpdateException()159 public BatchUpdateException(String reason, int[] updateCounts) { in BatchUpdateException()180 int[] updateCounts) { in BatchUpdateException()202 int[] updateCounts) { in BatchUpdateException()
57 int[] updateCounts = st.executeBatch(); in testAddBatch() local230 int[] updateCounts = st.executeBatch(); in testClearBatch() local
411 int[] updateCounts = { 1, 2, 3, 4 }; in testSerializationCompatibility() local