public interface ITableFields
extends java.io.Serializable
Description: 'Provides access to members that return information about a table.' 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 |
IIDe5966b0a_e3d9_11d3_a096_00c04f6bc626 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
findField(java.lang.String fieldName)
The index of the field with the given name.
|
IField |
getField(int index)
The field at the given index.
|
int |
getFieldCount()
The field count.
|
IFieldInfo |
getFieldInfo(int index)
The extended field information for the field at the given index.
|
static final int IIDe5966b0a_e3d9_11d3_a096_00c04f6bc626
static final int xxDummy
static final java.lang.String IID
int getFieldCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IField getField(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFieldInfo getFieldInfo(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int findField(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.