Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DStatement.java419 void setFetchDirection(int direction) throws SQLException; in setFetchDirection() method
DResultSet.java1333 void setFetchDirection(int direction) throws SQLException; in setFetchDirection() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java358 st.setFetchDirection(ResultSet.FETCH_FORWARD); in testGetFetchDirection()
383 st.setFetchDirection(ResultSet.FETCH_FORWARD); in testSetFetchDirection()
/libcore/api/
Dcurrent.txt9526 method public void setFetchDirection(int) throws java.sql.SQLException;
9963 method public void setFetchDirection(int) throws java.sql.SQLException;