Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DStatement.java435 int getFetchDirection() throws SQLException; in getFetchDirection() method
DResultSet.java1339 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()