Searched refs:setFetchDirection (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java418 void setFetchDirection(int direction) throws SQLException; method in interface:Statement
425 * a fetch direction by calling the method <code>setFetchDirection</code>,
433 * @see #setFetchDirection
H A DResultSet.java1277 * This constant is used by the method <code>setFetchDirection</code>
1286 * This constant is used by the method <code>setFetchDirection</code>
1295 * This constant is used by the method <code>setFetchDirection</code>
1317 * @see Statement#setFetchDirection
1320 void setFetchDirection(int direction) throws SQLException; method in interface:ResultSet
1330 * @see #setFetchDirection
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java1347 public void setFetchDirection(int direction) throws SQLException { method in class:BaseRowSet
1371 * @see #setFetchDirection
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java1060 rs.setFetchDirection(getIntegerValue(s));
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java2046 * @see java.sql.Statement#setFetchDirection
2048 public void setFetchDirection(int direction) throws SQLException { method in class:JdbcRowSetImpl
2051 rs.setFetchDirection(direction);

Completed in 83 milliseconds