Searched refs:nextPage (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java550 * <code>nextPage</code>. This method creates a new <code>CachedRowSet</code> object
554 * call to the method <code>nextPage</code> will create a <code>CachedRowSet</code> object
557 * <code>nextPage</code> to create another <code>CachedRowSet</code> object
560 * second <code>CachedRowSet</code> object. After the tenth call to the method <code>nextPage</code>,
565 * The method <code>nextPage</code> returns <code>true</code> as long as the current
574 * while(crs.nextPage()) {
585 * Just as the method <code>nextPage</code> is analogous to the <code>ResultSet</code>
588 * <code>nextPage</code>, <code>previousPage</code> creates a <code>CachedRowSet</code>
593 * The method <code>previousPage</code> is also similar to <code>nextPage</code>
1609 public boolean nextPage() throw method in interface:CachedRowSet
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4754 * The nextPage gets the next page, that is a <code>CachedRowSetImpl</code> object
4760 public boolean nextPage() throws SQLException { method in class:SyncResolverImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java7386 * The nextPage gets the next page, that is a <code>CachedRowSetImpl</code> object
7392 public boolean nextPage() throws SQLException { method in class:CachedRowSetImpl
7524 isAbs = nextPage();
7556 isRel = nextPage();

Completed in 1069 milliseconds