Searched refs:getFetchDirection (Results 1 – 4 of 4) sorted by relevance
435 int getFetchDirection() throws SQLException; in getFetchDirection() method
1339 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()