|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRecordSet
Method Summary | |
---|---|
String |
getOIDFieldName()
The OID field name. |
IRecordSet |
getRecordSet()
The recordset data. |
boolean |
isExceededTransferLimit()
The has transfer limit been reached flag. |
void |
setExceededTransferLimit(boolean flag)
The has transfer limit been reached flag. |
void |
setOIDFieldName(String name)
The OID field name. |
void |
setRecordSetByRef(IRecordSet ppRs)
The recordset data. |
Method Detail |
---|
IRecordSet getRecordSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecordSetByRef(IRecordSet ppRs) throws IOException, AutomationException
ppRs
- A reference to a com.esri.arcgis.geodatabase.IRecordSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOIDFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExceededTransferLimit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExceededTransferLimit(boolean flag) throws IOException, AutomationException
flag
- The flag (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 |