com.esri.arcgis.geodatabase
Interface ICollectionTableVersionChanges

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumTableVersionChanges, ICollectionTableVersionChangesProxy

public interface ICollectionTableVersionChanges
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe1e2702e_8b9e_4322_a332_caae8770d657
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(ITable oldTable, ITable newTable)
          Tables whose version has been changed.
 void removeAll()
          Remove all stored tables.
 

Field Detail

IIDe1e2702e_8b9e_4322_a332_caae8770d657

static final int IIDe1e2702e_8b9e_4322_a332_caae8770d657
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

add

void add(ITable oldTable,
         ITable newTable)
         throws java.io.IOException,
                AutomationException
Tables whose version has been changed.

Parameters:
oldTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
newTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Remove all stored tables.

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