Searched defs:setFetchSize (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java451 void setFetchSize(int rows) throws SQLException; method in interface:Statement
458 * a fetch size by calling the method <code>setFetchSize</code>,
466 * @see #setFetchSize
H A DResultSet.java1351 void setFetchSize(int rows) throws SQLException; method in interface:ResultSet
1361 * @see #setFetchSize
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java1433 public void setFetchSize(int rows) throws SQLException { method in class:BaseRowSet
1456 * @see #setFetchSize
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java2090 public void setFetchSize(int rows) throws SQLException { method in class:JdbcRowSetImpl
2093 rs.setFetchSize(rows);

Completed in 80 milliseconds