com.esri.arcgis.geodatabase
Interface IRebuildIndexes

All Superinterfaces:
Serializable

public interface IRebuildIndexes
extends Serializable

Provides access to members that rebuild dataset indexes.

Remarks

Rebuilds all indexes on the feature class, table or feature classes contained by a feature dataset. If True is passed only the delta tables associated with versioned object(s) will have their indexes rebuilt. If the object is not registered as versioned no work will be done. If False is passed the delta tables and the business table will have their indexes rebuilt.

Product Availability

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


Method Summary
 void rebuildIndexes(boolean deltaOnly)
          Rebuild databases indexes of the dataset.
 

Method Detail

rebuildIndexes

void rebuildIndexes(boolean deltaOnly)
                    throws IOException,
                           AutomationException
Rebuild databases indexes of the dataset.

Product Availability

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

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