com.esri.arcgis.geodatabase
Interface IIndexesEdit

All Superinterfaces:
IIndexes, java.io.Serializable
All Known Implementing Classes:
IIndexesEditProxy, Indexes

public interface IIndexesEdit
extends IIndexes, java.io.Serializable

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

Description: 'Provides access to members that modify the indexes collection.' 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 IID2063fd04_4ce0_11d1_89db_006097aff44e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IIndexes
IID2063fd03_4ce0_11d1_89db_006097aff44e
 
Method Summary
 void addIndex(IIndex index)
          Add an index to the indexes collection.
 void deleteAllIndexes()
          Delete all the indexes from the indexes collection.
 void deleteIndex(IIndex index)
          Delete an index from the indexes collection.
 void setIndexByRef(int pos, IIndex rhs2)
          The index at the specified position.
 void setIndexCount(int rhs1)
          The number of indexes in this indexes collection.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IIndexes
findIndex, findIndexesByFieldName, getIndex, getIndexCount
 

Field Detail

IID2063fd04_4ce0_11d1_89db_006097aff44e

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

setIndexCount

void setIndexCount(int rhs1)
                   throws java.io.IOException,
                          AutomationException
The number of indexes in this indexes collection.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexByRef

void setIndexByRef(int pos,
                   IIndex rhs2)
                   throws java.io.IOException,
                          AutomationException
The index at the specified position.

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

addIndex

void addIndex(IIndex index)
              throws java.io.IOException,
                     AutomationException
Add an index to the indexes collection.

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

deleteIndex

void deleteIndex(IIndex index)
                 throws java.io.IOException,
                        AutomationException
Delete an index from the indexes collection.

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

deleteAllIndexes

void deleteAllIndexes()
                      throws java.io.IOException,
                             AutomationException
Delete all the indexes from the indexes collection.

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