public interface esriDifferenceType
extends java.io.Serializable
Description: 'Difference Types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriDifferenceTypeInsert
static final int esriDifferenceTypeDeleteNoChange
static final int esriDifferenceTypeUpdateNoChange
static final int esriDifferenceTypeUpdateUpdate
static final int esriDifferenceTypeUpdateDelete
static final int esriDifferenceTypeDeleteUpdate