public interface ConflictingRow<T>
A ConflictingRow object is obtained by iterating over a
DataSetResolver object. Each ConflictingRow
object represents a row whose update could not be propagated to the underlying
data store by an invocation of the method DataSet.sync.
| Method Summary | |
|---|---|
T |
getRow()
Retrieves an object representing a row within the DataSet which could not be successfully updated in the
underlying data source. |
SQLException |
getSQLException()
Retrieves the SQLException object that resulted during the
update to the underlying data source for the given row. |
| Method Detail |
|---|
SQLException getSQLException()
SQLException object that resulted during the
update to the underlying data source for the given row.
SQLException object that occured.SQLExceptionT getRow()
DataSet which could not be successfully updated in the
underlying data source.
SQLRuntimeException - if an error occurs retrieving the row