Searched defs:getFetchDirection (Results 1 - 4 of 4) 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/javax/sql/rowset/
H A DBaseRowSet.java1345 * @see #getFetchDirection
1373 public int getFetchDirection() throws SQLException { method in class:BaseRowSet
/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();

Completed in 95 milliseconds