com.esri.arcgis.geodatabase
Interface IQueryTableName

All Superinterfaces:
Serializable
All Known Implementing Classes:
QueryTableName

public interface IQueryTableName
extends Serializable

Provide access to associated query description object.

Product Availability

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


Method Summary
 String getQuery()
          Query string
 IQueryDescription getQueryDescription()
          QueryDescription object
 void setQuery(String pQuery)
          Query string
 void setQueryDescription(IQueryDescription ppQueryDescription)
          QueryDescription object
 

Method Detail

setQueryDescription

void setQueryDescription(IQueryDescription ppQueryDescription)
                         throws IOException,
                                AutomationException
QueryDescription object

Product Availability

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

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

getQueryDescription

IQueryDescription getQueryDescription()
                                      throws IOException,
                                             AutomationException
QueryDescription object

Product Availability

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

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

setQuery

void setQuery(String pQuery)
              throws IOException,
                     AutomationException
Query string

Product Availability

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

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

getQuery

String getQuery()
                throws IOException,
                       AutomationException
Query string

Product Availability

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

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