com.esri.arcgis.geodatabase
Interface IRecordSet

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRecordSet2
All Known Implementing Classes:
IRecordSet2Proxy, IRecordSetProxy, RecordSet

public interface IRecordSet
extends java.io.Serializable

COM Interface 'IRecordSet'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the rows or features in a recordset.' 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 IID4510a65b_acd1_4046_b8b0_10f9d0da673f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICursor getCursor(boolean recycling)
          A cursor over the rows or features in the recordset.
 IFields getFields()
          The fields of the recordset.
 ITable getTable()
          The source table or feature class for the recordset.
 boolean isFeatureCollection()
          Indicates if the recordset is a feature collection.
 

Field Detail

IID4510a65b_acd1_4046_b8b0_10f9d0da673f

static final int IID4510a65b_acd1_4046_b8b0_10f9d0da673f
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

getFields

IFields getFields()
                  throws java.io.IOException,
                         AutomationException
The fields of the recordset.

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

getCursor

ICursor getCursor(boolean recycling)
                  throws java.io.IOException,
                         AutomationException
A cursor over the rows or features in the recordset.

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

isFeatureCollection

boolean isFeatureCollection()
                            throws java.io.IOException,
                                   AutomationException
Indicates if the recordset is a feature collection.

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

getTable

ITable getTable()
                throws java.io.IOException,
                       AutomationException
The source table or feature class for the recordset.

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