Searched defs:getUpdateCount (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
H A DOldObserverTest.java32 public int getUpdateCount() { method in class:OldObserverTest.Mock_Observer
48 assertEquals(0, observer.getUpdateCount());
51 assertEquals(1, observer.getUpdateCount());
/libcore/luni/src/main/java/java/sql/
H A DStatement.java142 * Use the {@code getResultSet} or {@code getUpdateCount} methods to get the
161 * Use the {@code getResultSet} or {@code getUpdateCount} methods to get the
186 * Use the {@code getResultSet} or {@code getUpdateCount} methods to get the
209 * Use the {@code getResultSet} or {@code getUpdateCount} methods to get the
431 * method will return {@code false} and {@code getUpdateCount} will
453 * this method will return {@code false} and {@code getUpdateCount}
528 public int getUpdateCount() throws SQLException; method in interface:Statement

Completed in 70 milliseconds