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

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java416 * @see #getFetchDirection
435 int getFetchDirection() throws SQLException; method in interface:Statement
H A DResultSet.java1318 * @see #getFetchDirection
1332 int getFetchDirection() throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java186 propInteger("fetch-direction", caller.getFetchDirection());
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java2064 public int getFetchDirection() throws SQLException { method in class:JdbcRowSetImpl
2068 super.getFetchDirection();
2070 return rs.getFetchDirection();
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java1345 * @see #getFetchDirection
1373 public int getFetchDirection() throws SQLException { method in class:BaseRowSet

Completed in 150 milliseconds