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

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DFilteredRowSetImpl.java144 * Over-riding <code>internalPrevious()</code> implementation. This method
153 protected boolean internalPrevious() throws SQLException { method in class:FilteredRowSetImpl
160 bool = super.internalPrevious();
234 bool = super.internalPrevious();
323 boolval = internalPrevious();
409 bool = internalPrevious();
H A DCachedRowSetImpl.java3405 * the method <code>internalPrevious</code>.
3420 ret = internalPrevious();
3534 if (!internalPrevious())
3629 if (!internalPrevious())
3698 boolean ret = this.internalPrevious();
3720 protected boolean internalPrevious() throws SQLException { method in class:CachedRowSetImpl
3736 * Each call to internalPrevious may move the cursor
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java2250 * the method <code>internalPrevious</code>.
2448 protected boolean internalPrevious() throws SQLException { method in class:SyncResolverImpl

Completed in 732 milliseconds