com.esri.arcgis.geodatabase
Interface IRandomAccessTable

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRandomAccessTableProxy

public interface IRandomAccessTable
extends Serializable

Provides access to members that support random access to a table.

Remarks

This interface is only implemented by tables in File Geodatabases and some file-based data sources, such as shapefiles.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IRandomAccessCursor getRandomRows(String subFields, boolean recycle)
          Get a random access cursor on the table.
 

Method Detail

getRandomRows

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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