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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DSyncResolver.java117 * <code>getConflictValue</code > to retrieve the
121 * java.lang.Object conflictValue = resolver.getConflictValue(2);
128 * <code>getConflictValue</code>, the application may make a determination as to
161 * <code>SyncResolver</code> method <code>getConflictValue</code>, supplying it
216 * if (resolver.getConflictValue(j) != null) {
218 * resolverValue = resolver.getConflictValue(j);
296 public Object getConflictValue(int index) throws SQLException; method in interface:SyncResolver
310 public Object getConflictValue(String columnName) throws SQLException; method in interface:SyncResolver
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java146 public Object getConflictValue(int index) throws SQLException { method in class:SyncResolverImpl
162 public Object getConflictValue(String columnName) throws SQLException { method in class:SyncResolverImpl

Completed in 44 milliseconds