public final enum java.sql
DataSetSyncStatus


Hide details Login
Java SE 6
  
Extends: Enum

Enumeration for status of the conflicted row during a DataSet.sync invocation.
since1.6

Enum constants
final public static DataSetSyncStatus NO_ROW_CONFLICT
Indicates that no conflict occured while the DataSet object was attempting to insert, update or delete a row in the data source.
since1.6
final public static DataSetSyncStatus DELETE_ROW_CONFLICT
Indicates that a conflict occured while the DataSet object was attempting to delete a row in the data source.
since1.6
final public static DataSetSyncStatus INSERT_ROW_CONFLICT
Indicates that a conflict occured while the DataSet object was attempting to insert a row in the data source.
since1.6
final public static DataSetSyncStatus UPDATE_ROW_CONFLICT
Indicates that a conflict occured while the DataSet object was attempting to update a row in the data source.
since1.6

Methods
public static DataSetSyncStatus valueOf(String name)
public static DataSetSyncStatus[] values()