|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureWorkspaceManage3
Provides access to dataset deletion and renaming, table and index analysis, field validation and version and object class registration.
Method Summary | |
---|---|
void |
analyzeSystemTables()
Analyze the system tables of the database to generate DBMS statistics on them. |
boolean |
isArchivingEnabled(IName name)
Checks is an object has archiving enabled. |
void |
rebuildSystemTableIndexes()
Rebuild indices on key ArcSDE system tables. |
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureWorkspaceManage2 |
---|
getObjectClassNameByID, getRelationshipClassNameByID |
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureWorkspaceManage |
---|
analyzeIndex, analyzeTable, canDelete, canRename, deleteByName, isRegisteredAsObjectClass, isRegisteredAsVersioned, validateField |
Method Detail |
---|
void analyzeSystemTables() throws IOException, AutomationException
Analyzes statistics on the appropriate geodatabase system tables for the workspace.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void rebuildSystemTableIndexes() throws IOException, AutomationException
Rebuilds the indexes on the appropriate geodatabase system tables for the workspace.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isArchivingEnabled(IName name) throws IOException, AutomationException
name
- A reference to a com.esri.arcgis.system.IName (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 |