com.esri.arcgis.geodatabasedistributed
Interface IGDSQueryResultPortion

All Superinterfaces:
Serializable
All Known Implementing Classes:
GDSQueryResultPortion

public interface IGDSQueryResultPortion
extends Serializable

Provides access to elements of a result portion.

Remarks

The IGDSQueryResultPortion interface allows you to access the recordset returned from queries executed through a GeoDataServer.

Product Availability

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


Method Summary
 IRecordSet getRecords()
          The records corresponding to the query result portion.
 void setRecordsByRef(IRecordSet recordSet)
          The records corresponding to the query result portion.
 

Method Detail

getRecords

IRecordSet getRecords()
                      throws IOException,
                             AutomationException
The records corresponding to the query result portion.

Product Availability

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

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

setRecordsByRef

void setRecordsByRef(IRecordSet recordSet)
                     throws IOException,
                            AutomationException
The records corresponding to the query result portion.

Product Availability

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

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