com.esri.arcgis.geodatabasedistributed
Interface IDataChangesExt
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IDataChangesExtProxy
public interface IDataChangesExt
- extends Serializable
Provides access to members that get data changes from a check-out or replica.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
extractOriginalRows
ICursor extractOriginalRows(String tableName,
IFIDSet iDs)
throws IOException,
AutomationException
- Extract the original rows that have changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
tableName
- The tableName (in)iDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.ICursor
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.