com.esri.arcgis.geodatabaseui
Interface IQueryPropertyPageFieldInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
QueryPropertyPage

public interface IQueryPropertyPageFieldInfo
extends Serializable

Provides access to members that control the Query property page field info.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void refreshFields()
          Refreshes the fields list.
 void removeAllFieldInfos()
          Removes all the field infos set using the SetFieldInfo method.
 void setFieldInfo(String fieldName, IFieldInfo pFieldInfo)
          Sets the field info for a perticular string.
 

Method Detail

setFieldInfo

void setFieldInfo(String fieldName,
                  IFieldInfo pFieldInfo)
                  throws IOException,
                         AutomationException
Sets the field info for a perticular string.

Product Availability

Available with ArcGIS Desktop.

Parameters:
fieldName - The fieldName (in)
pFieldInfo - A reference to a com.esri.arcgis.geodatabase.IFieldInfo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAllFieldInfos

void removeAllFieldInfos()
                         throws IOException,
                                AutomationException
Removes all the field infos set using the SetFieldInfo method.

Product Availability

Available with ArcGIS Desktop.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshFields

void refreshFields()
                   throws IOException,
                          AutomationException
Refreshes the fields list.

Product Availability

Available with ArcGIS Desktop.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.