com.esri.arcgis.geoprocessing
Interface IGPRecordSet

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFeatureRecordSetLayer, GPRecordSet, IGPRecordSetProxy

public interface IGPRecordSet
extends java.io.Serializable

COM Interface 'IGPRecordSet'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID23a1155c_92fb_4fcd_871c_a7ffb9b326ab
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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(java.lang.String name)
          The OID field name.
 void setRecordSetByRef(IRecordSet ppRs)
          The recordset data.
 

Field Detail

IID23a1155c_92fb_4fcd_871c_a7ffb9b326ab

static final int IID23a1155c_92fb_4fcd_871c_a7ffb9b326ab
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRecordSet

IRecordSet getRecordSet()
                        throws java.io.IOException,
                               AutomationException
The recordset data.

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

setRecordSetByRef

void setRecordSetByRef(IRecordSet ppRs)
                       throws java.io.IOException,
                              AutomationException
The recordset data.

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

getOIDFieldName

java.lang.String getOIDFieldName()
                                 throws java.io.IOException,
                                        AutomationException
The OID field name.

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

setOIDFieldName

void setOIDFieldName(java.lang.String name)
                     throws java.io.IOException,
                            AutomationException
The OID field name.

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

isExceededTransferLimit

boolean isExceededTransferLimit()
                                throws java.io.IOException,
                                       AutomationException
The has transfer limit been reached flag.

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

setExceededTransferLimit

void setExceededTransferLimit(boolean flag)
                              throws java.io.IOException,
                                     AutomationException
The has transfer limit been reached flag.

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