com.esri.arcgis.geodatabase
Interface IEnumTableVersionChanges

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumTableVersionChanges

public interface IEnumTableVersionChanges
extends Serializable

Provides access to members that enumerate through the tables that have been changed.

Product Availability

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


Method Summary
 void next(ITable[] oldTable, ITable[] newTable)
          Retrieves the next table whose version has been changed.
 void reset()
          Resets enumeration sequence to the beginning.
 

Method Detail

next

void next(ITable[] oldTable,
          ITable[] newTable)
          throws IOException,
                 AutomationException
Retrieves the next table whose version has been changed.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
oldTable - A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)
newTable - A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets enumeration sequence to the beginning.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.