|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRecordSet
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 |
|---|
static final int IID4510a65b_acd1_4046_b8b0_10f9d0da673f
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IFields getFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICursor getCursor(boolean recycling)
throws java.io.IOException,
AutomationException
recycling - The recycling (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFeatureCollection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITable getTable()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||