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
Provides access to members that return information about the fields.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
findFieldIgnoreQualification
public 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.
Supported Platforms
Windows, Solaris, Linux
- 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.