Searched refs:getFetchSize (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DStatement.java384 public int getFetchSize() throws SQLException; method in interface:Statement
H A DResultSet.java651 public int getFetchSize() throws SQLException; method in interface:ResultSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldStatementTest.java404 assertEquals(1, st.getFetchSize());
414 st.getFetchSize();
430 assertEquals(i, st.getFetchSize());
432 // getFetchSize() hardcoded to 1.

Completed in 87 milliseconds