public interface java.sql
DataSetResolver<T>


Hide details Login
Java SE 6
  
Implements: Iterable

Defines a mechanism that allows applications to manually decide what should be done when a synchronization conflict occurs during the invocation of the sync method on a disconnected DataSet

since1.6


Methods
public void resolveConflicts()
Propagates modifications made to the conflicting rows contained in a DataSetResolver object to the underlying data store.

ThrowsSQLRuntimeException: if an error occurs writing the changes back to the data source
since1.6
See also sync