|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGDSQueryResultPortion
Provides access to elements of a result portion.
The IGDSQueryResultPortion interface allows you to access the recordset returned from queries executed through a GeoDataServer.
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 |
---|
IRecordSet getRecords() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecordsByRef(IRecordSet recordSet) throws IOException, AutomationException
recordSet
- A reference to a com.esri.arcgis.geodatabase.IRecordSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |