|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTableVersionChanges
Provides access to members that enumerate through the tables that have been changed.
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 |
---|
void next(ITable[] oldTable, ITable[] newTable) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |