com.esri.arcgis.geodatabase
Interface esriDifferenceType

All Superinterfaces:
Serializable

public interface esriDifferenceType
extends Serializable

Difference Types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDifferenceTypeDeleteNoChange
          Row has been deleted in this version and not changed in the difference version.
static int esriDifferenceTypeDeleteUpdate
          Row has been deleted in this version but updated in the difference version.
static int esriDifferenceTypeInsert
          Row was inserted in this version.
static int esriDifferenceTypeUpdateDelete
          Row has been updated in this version but deleted in the difference version.
static int esriDifferenceTypeUpdateNoChange
          Row has been updated in this version and not changed in the difference version.
static int esriDifferenceTypeUpdateUpdate
          Row has been updated in both versions.
 

Field Detail

esriDifferenceTypeInsert

static final int esriDifferenceTypeInsert
Row was inserted in this version.

See Also:
Constant Field Values

esriDifferenceTypeDeleteNoChange

static final int esriDifferenceTypeDeleteNoChange
Row has been deleted in this version and not changed in the difference version.

See Also:
Constant Field Values

esriDifferenceTypeUpdateNoChange

static final int esriDifferenceTypeUpdateNoChange
Row has been updated in this version and not changed in the difference version.

See Also:
Constant Field Values

esriDifferenceTypeUpdateUpdate

static final int esriDifferenceTypeUpdateUpdate
Row has been updated in both versions.

See Also:
Constant Field Values

esriDifferenceTypeUpdateDelete

static final int esriDifferenceTypeUpdateDelete
Row has been updated in this version but deleted in the difference version.

See Also:
Constant Field Values

esriDifferenceTypeDeleteUpdate

static final int esriDifferenceTypeDeleteUpdate
Row has been deleted in this version but updated in the difference version.

See Also:
Constant Field Values