| public interface java.sql ConflictingRow<T>
|
Java SE 6 |
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.
| since | 1.6 |
| Properties | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| public List | getConflictedColumnNames() Details
Retrieves the list of column names for the current row
of this ConflictingRow object
that caused a conflict on a call to DataSet.sync
| ||||||||
| public Object | getConflictedValue(String columnName) Details
Retrieves the value in the designated column in the current row
of this ConflictingRow object
that caused a conflict on a call to DataSet.sync
| ||||||||
| public DataSetSyncStatus | getDataSetSyncStatus() Details
Returns the conflict status of the current row of this ConflictingRow,
which indicates the operation the DataSet.sync was
attempting when the conflict occured.
| ||||||||
| public void | setResolvedValue(String columnName, Object newValue) Details
Specifies the new value for the column columnName in the current
row of the ConflictingRow object that caused the conflict during
a call to DataSet.sync
| ||||||||
| public Object | getRow() Details
Retrieves an object representing a row within the
DataSet which could not be successfully updated in the
underlying data source.
| ||||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|