Home
last modified time | relevance | path

Searched refs:getFetchDirection (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStatement.java436 int getFetchDirection() throws SQLException; in getFetchDirection() method
DResultSet.java1345 int getFetchDirection() throws SQLException; in getFetchDirection() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java348 assertEquals(ResultSet.FETCH_UNKNOWN, st.getFetchDirection()); in testGetFetchDirection()
359 assertEquals(ResultSet.FETCH_FORWARD, st.getFetchDirection()); in testGetFetchDirection()
371 st.getFetchDirection(); in testGetFetchDirection()
DOldConnectionTest.java36 assertEquals(ResultSet.FETCH_UNKNOWN, statement.getFetchDirection()); in testCreateStatement()
/libcore/api/
Dcurrent.txt9464 method public int getFetchDirection() throws java.sql.SQLException;
9945 method public int getFetchDirection() throws java.sql.SQLException;