Home
last modified time | relevance | path

Searched refs:getMoreResults (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStatement.java393 boolean getMoreResults() throws SQLException; in getMoreResults() method
691 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java1240 assertFalse(st.getMoreResults()); in testGetMoreResults()
1256 st.getMoreResults(); in testGetMoreResults()
/libcore/api/
Dcurrent.txt9950 method public boolean getMoreResults() throws java.sql.SQLException;
9951 method public boolean getMoreResults(int) throws java.sql.SQLException;