Searched defs:updateCounts (Results 1 – 3 of 3) sorted by relevance
81 int[] updateCounts ) { in BatchUpdateException()109 int[] updateCounts) { in BatchUpdateException()135 public BatchUpdateException(String reason, int[] updateCounts) { in BatchUpdateException()158 public BatchUpdateException(int[] updateCounts) { in BatchUpdateException()217 public BatchUpdateException(int []updateCounts , Throwable cause) { in BatchUpdateException()241 public BatchUpdateException(String reason, int []updateCounts, Throwable cause) { in BatchUpdateException()266 int []updateCounts, Throwable cause) { in BatchUpdateException()293 int []updateCounts,Throwable cause) { in BatchUpdateException()337 private final int[] updateCounts; field in BatchUpdateException
35 int[] updateCounts = {9, 5, 6}; in testConstructor() local
38 int[] updateCounts = st.executeBatch(); in testAddBatch() local173 int[] updateCounts = st.executeBatch(); in testClearBatch() local