public interface ICollectionTableVersionChanges
extends java.io.Serializable
Description: 'Provides access to members to modify the list of tables that have been changed.' 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 |
IIDe1e2702e_8b9e_4322_a332_caae8770d657 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(ITable oldTable,
ITable newTable)
Tables whose version has been changed.
|
int |
getCount()
Count of tables whose version has been changed.
|
void |
next(ITable[] oldTable,
ITable[] newTable,
java.lang.Object[] pConnections)
Retrieves the next table and array of connections whose version has been changed.
|
void |
removeAll()
Remove all stored tables.
|
void |
setConnectionArray(int index,
java.lang.Object pConnectionArray)
Arrays of connections that have been changed
|
static final int IIDe1e2702e_8b9e_4322_a332_caae8770d657
static final int xxDummy
static final java.lang.String IID
void add(ITable oldTable, ITable newTable) throws java.io.IOException, AutomationException
oldTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)newTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void next(ITable[] oldTable, ITable[] newTable, java.lang.Object[] pConnections) throws java.io.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)pConnections
- A reference to another Object (IUnknown) (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConnectionArray(int index, java.lang.Object pConnectionArray) throws java.io.IOException, AutomationException
index
- The index (in)pConnectionArray
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.