public interface IFeatureWorkspaceManage
extends java.io.Serializable
Description: 'Provides access to dataset deletion and renaming, table and index analysis, field validation and version and object class registration .' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDff866b9f_6f94_11d3_80e5_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
analyzeIndex(java.lang.String tableName,
java.lang.String index)
Analyze the index to generate DBMS statistics.
|
void |
analyzeTable(java.lang.String tableName,
int tableComponents)
Analyze the table to generate DBMS statistics.
|
boolean |
canDelete(IName aName)
Checks if an object can be deleted.
|
boolean |
canRename(IName aName)
Checks if an object can be renamed.
|
void |
deleteByName(IDatasetName aName)
Deletes an object by it's name.
|
boolean |
isRegisteredAsObjectClass(java.lang.String name)
Checks if an object is registered as an object class.
|
boolean |
isRegisteredAsVersioned(IName aName)
Checks if an object is registered as versioned.
|
IField |
validateField(IField inField)
Validate a field, performing type conversion if necessary.
|
static final int IIDff866b9f_6f94_11d3_80e5_00c04f686238
static final int xxDummy
static final java.lang.String IID
void deleteByName(IDatasetName aName) throws java.io.IOException, AutomationException
aName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRegisteredAsVersioned(IName aName) throws java.io.IOException, AutomationException
aName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRegisteredAsObjectClass(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean canDelete(IName aName) throws java.io.IOException, AutomationException
aName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean canRename(IName aName) throws java.io.IOException, AutomationException
aName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void analyzeTable(java.lang.String tableName, int tableComponents) throws java.io.IOException, AutomationException
tableName
- The tableName (in)tableComponents
- The tableComponents (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void analyzeIndex(java.lang.String tableName, java.lang.String index) throws java.io.IOException, AutomationException
tableName
- The tableName (in)index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IField validateField(IField inField) throws java.io.IOException, AutomationException
inField
- A reference to a com.esri.arcgis.geodatabase.IField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.