com.esri.arcgis.geodatabase
Interface IRandomAccessTable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRandomAccessTableProxy, NAClass

public interface IRandomAccessTable
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5735af8f_9baa_11d4_9f7c_00c04f6bdf0e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRandomAccessCursor getRandomRows(java.lang.String subFields, boolean recycle)
          Get a random access cursor on the table.
 

Field Detail

IID5735af8f_9baa_11d4_9f7c_00c04f6bdf0e

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

getRandomRows

IRandomAccessCursor getRandomRows(java.lang.String subFields,
                                  boolean recycle)
                                  throws java.io.IOException,
                                         AutomationException
Get a random access cursor on the table.

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