Searched refs:getFetchDirection (Results 1 – 5 of 5) sorted by relevance
436 int getFetchDirection() throws SQLException; in getFetchDirection() method
1345 int getFetchDirection() throws SQLException; in getFetchDirection() method
348 assertEquals(ResultSet.FETCH_UNKNOWN, st.getFetchDirection()); in testGetFetchDirection()359 assertEquals(ResultSet.FETCH_FORWARD, st.getFetchDirection()); in testGetFetchDirection()371 st.getFetchDirection(); in testGetFetchDirection()
36 assertEquals(ResultSet.FETCH_UNKNOWN, statement.getFetchDirection()); in testCreateStatement()
9464 method public int getFetchDirection() throws java.sql.SQLException;9945 method public int getFetchDirection() throws java.sql.SQLException;