public interface IDifferenceCursorEx
extends java.io.Serializable
Description: 'Provides access to members that control the difference cursor.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID810856ce_680b_443b_930d_cd26b1b0c412 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
next(long[] oID,
IRow[] sourceRow,
IRow[] differenceRow,
ILongArray[] differentValueIndices)
Returns the source row, the difference row and an array with indices of fields with different values.
|
static final int IID810856ce_680b_443b_930d_cd26b1b0c412
static final int xxDummy
static final java.lang.String IID
void next(long[] oID, IRow[] sourceRow, IRow[] differenceRow, ILongArray[] differentValueIndices) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (out: use single element array)sourceRow
- A reference to a com.esri.arcgis.geodatabase.IRow (out: use single element array)differenceRow
- A reference to a com.esri.arcgis.geodatabase.IRow (out: use single element array)differentValueIndices
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.