Searched defs:nextConflict (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DSyncResolver.java158 * interface defines the methods <code>nextConflict</code> and
177 * the <code>SyncResolver</code> method <code>nextConflict</code> is used in a
178 * <code>while</code> loop. The loop will end when <code>nextConflict</code> returns
209 * while(resolver.nextConflict()) {
342 * method <code>nextConflict</code> makes the first conflict row the current row;
345 * A call to the method <code>nextConflict</code> will implicitly close
355 public boolean nextConflict() throws SQLException; method in interface:SyncResolver
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java449 * method <code>nextConflict()</code> makes the first conflict row the current row;
460 public boolean nextConflict() throws SQLException { method in class:SyncResolverImpl

Completed in 44 milliseconds