public interface IFields
extends java.io.Serializable
Description: 'Provides access to members that return information about the fields.' 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 |
IID6b2072e3_23f7_11d1_89d8_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
findField(java.lang.String name)
Finds the index of the named field in the fields collection.
|
int |
findFieldByAliasName(java.lang.String name)
Finds the index of the field with the alias name in the fields collection.
|
void |
findFieldIgnoreQualification(ISQLSyntax sqlSyntax,
java.lang.String name,
int[] index)
Finds the index of a field given a particular SQLSyntax workspace.
|
IField |
getField(int index)
The field at the specified index in the fields collection.
|
int |
getFieldCount()
The number of fields in the fields collection.
|
static final int IID6b2072e3_23f7_11d1_89d8_006097aff44e
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.int findField(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.int findFieldByAliasName(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.void findFieldIgnoreQualification(ISQLSyntax sqlSyntax, java.lang.String name, int[] index) throws java.io.IOException, AutomationException
sqlSyntax
- A reference to a com.esri.arcgis.geodatabase.ISQLSyntax (in)name
- The name (in)index
- The index (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.