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.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
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.