public interface IRandomAccessTable
extends java.io.Serializable
Description: 'Provides access to members that support random access to a table.' 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 |
IID5735af8f_9baa_11d4_9f7c_00c04f6bdf0e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRandomAccessCursor |
getRandomRows(java.lang.String subFields,
boolean recycle)
Get a random access cursor on the table.
|
static final int IID5735af8f_9baa_11d4_9f7c_00c04f6bdf0e
static final int xxDummy
static final java.lang.String IID
IRandomAccessCursor getRandomRows(java.lang.String subFields, boolean recycle) throws java.io.IOException, AutomationException
subFields
- The subFields (in)recycle
- The recycle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.