Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DBatchUpdateException.java81 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
/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