SyncResolver

Interface SyncResolver

All Superinterfaces:
AutoCloseable, ResultSet, RowSet, Wrapper
public interface SyncResolver
extends RowSet

Defines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs. Although it is not mandatory for applications to resolve synchronization conflicts manually, this framework provides the means to delegate to the application when conflicts arise.

Note that a conflict is a situation where the RowSet object's original values for a row do not match the values in the data source, which indicates that the data source