|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRebuildIndexes
Provides access to members that rebuild dataset indexes.
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.
Method Summary | |
---|---|
void |
rebuildIndexes(boolean deltaOnly)
Rebuild databases indexes of the dataset. |
Method Detail |
---|
void rebuildIndexes(boolean deltaOnly) throws IOException, AutomationException
deltaOnly
- The deltaOnly (in)
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 |