public interface IRecordSet
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4510a65b_acd1_4046_b8b0_10f9d0da673f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID4510a65b_acd1_4046_b8b0_10f9d0da673f
static final int xxDummy
static final java.lang.String IID
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.