com.esri.arcgis.geodatabase
Interface IFields2

All Superinterfaces:
IFields, java.io.Serializable
All Known Implementing Classes:
Fields, IFields2Proxy

public interface IFields2
extends IFields, java.io.Serializable

COM Interface 'IFields2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc3eda031_6ec1_11d3_a024_00c04f6bdf0e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFields
IID6b2072e3_23f7_11d1_89d8_006097aff44e
 
Method Summary
 void findFieldIgnoreQualification(ISQLSyntax sqlSyntax, java.lang.String name, int[] index)
          Finds the index of a field given a particular SQLSyntax workspace.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFields
findField, findFieldByAliasName, getField, getFieldCount
 

Field Detail

IIDc3eda031_6ec1_11d3_a024_00c04f6bdf0e

static final int IIDc3eda031_6ec1_11d3_a024_00c04f6bdf0e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

findFieldIgnoreQualification

void findFieldIgnoreQualification(ISQLSyntax sqlSyntax,
                                  java.lang.String name,
                                  int[] index)
                                  throws java.io.IOException,
                                         AutomationException
Finds the index of a field given a particular SQLSyntax workspace.

Parameters:
sqlSyntax - A reference to a com.esri.arcgis.geodatabase.ISQLSyntax (in)
name - The name (in)
index - The index (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.