com.esri.arcgis.schematic
Interface ISchematicAttributeQuery

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributeQueryProxy, SchematicAttributeQuery

public interface ISchematicAttributeQuery
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getFieldName()
          Result field name of the schematic attribute query.
 String getQueryString()
          Query string of the schematic attribute query.
 ISchematicDataSource getSchematicDataSource()
          Schematic data source of the schematic attribute query.
 IEnumSchematicQueryParameter getSchematicQueryParameters()
          Schematic query parameters of the schematic attribute query.
 boolean isUseAssociatedFeatureDataSource()
          Indicates if the query must use the associted feature datasource (useful to query the same version).
 void setFieldName(String fieldName)
          Result field name of the schematic attribute query.
 void setQueryString(String queryString)
          Query string of the schematic attribute query.
 void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
          Schematic data source of the schematic attribute query.
 void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
          Schematic query parameters of the schematic attribute query.
 void setUseAssociatedFeatureDataSource(boolean useAssociatedFeatureDataSource)
          Indicates if the query must use the associted feature datasource (useful to query the same version).
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Method Detail

getSchematicQueryParameters

IEnumSchematicQueryParameter getSchematicQueryParameters()
                                                         throws IOException,
                                                                AutomationException
Schematic query parameters of the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSchematicQueryParameters

void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
                                 throws IOException,
                                        AutomationException
Schematic query parameters of the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
queryParameters - A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryString

String getQueryString()
                      throws IOException,
                             AutomationException
Query string of the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setQueryString

void setQueryString(String queryString)
                    throws IOException,
                           AutomationException
Query string of the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
queryString - The queryString (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDataSource

ISchematicDataSource getSchematicDataSource()
                                            throws IOException,
                                                   AutomationException
Schematic data source of the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDataSource
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSchematicDataSourceByRef

void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
                                 throws IOException,
                                        AutomationException
Schematic data source of the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
schematicDataSource - A reference to a com.esri.arcgis.schematic.ISchematicDataSource (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseAssociatedFeatureDataSource

boolean isUseAssociatedFeatureDataSource()
                                         throws IOException,
                                                AutomationException
Indicates if the query must use the associted feature datasource (useful to query the same version).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setUseAssociatedFeatureDataSource

void setUseAssociatedFeatureDataSource(boolean useAssociatedFeatureDataSource)
                                       throws IOException,
                                              AutomationException
Indicates if the query must use the associted feature datasource (useful to query the same version).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
useAssociatedFeatureDataSource - The useAssociatedFeatureDataSource (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

String getFieldName()
                    throws IOException,
                           AutomationException
Result field name of the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFieldName

void setFieldName(String fieldName)
                  throws IOException,
                         AutomationException
Result field name of the schematic attribute query.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
fieldName - The fieldName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.