Home
last modified time | relevance | path

Searched defs:updateCounts (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DBatchUpdateException.java45 private int[] updateCounts = null; field in BatchUpdateException
78 public BatchUpdateException(int[] updateCounts, Throwable cause) { in BatchUpdateException()
92 public BatchUpdateException(String reason, int[] updateCounts, in BatchUpdateException()
109 int[] updateCounts, Throwable cause) { in BatchUpdateException()
125 int[] updateCounts, Throwable cause) { in BatchUpdateException()
140 public BatchUpdateException(int[] updateCounts) { in BatchUpdateException()
157 public BatchUpdateException(String reason, int[] updateCounts) { in BatchUpdateException()
178 int[] updateCounts) { in BatchUpdateException()
200 int[] updateCounts) { in BatchUpdateException()
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java38 int[] updateCounts = st.executeBatch(); in testAddBatch() local
173 int[] updateCounts = st.executeBatch(); in testClearBatch() local