com.esri.arcgis.geodatabase
Interface IDifferenceCursorEx

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDifferenceCursorExProxy

public interface IDifferenceCursorEx
extends java.io.Serializable

COM Interface 'IDifferenceCursorEx'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID810856ce_680b_443b_930d_cd26b1b0c412
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void next(int[] oID, IRow[] sourceRow, IRow[] differenceRow, ILongArray[] differentValueIndices)
          Returns the source row, the difference row and an array with indices of fields with different values.
 

Field Detail

IID810856ce_680b_443b_930d_cd26b1b0c412

static final int IID810856ce_680b_443b_930d_cd26b1b0c412
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

next

void next(int[] oID,
          IRow[] sourceRow,
          IRow[] differenceRow,
          ILongArray[] differentValueIndices)
          throws java.io.IOException,
                 AutomationException
Returns the source row, the difference row and an array with indices of fields with different values.

Parameters:
oID - The oID (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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.