Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DBatchUpdateException.java45 private int[] updateCounts = null; field in BatchUpdateException
79 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()
/libcore/luni/src/test/java/tests/sql/
DStatementTest.java57 int[] updateCounts = st.executeBatch(); in testAddBatch() local
230 int[] updateCounts = st.executeBatch(); in testClearBatch() local
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DBatchUpdateExceptionTest.java411 int[] updateCounts = { 1, 2, 3, 4 }; in testSerializationCompatibility() local