|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRandomAccessTable
Provides access to members that support random access to a table.
This interface is only implemented by tables in File Geodatabases and some file-based data sources, such as shapefiles.
Method Summary | |
---|---|
IRandomAccessCursor |
getRandomRows(String subFields,
boolean recycle)
Get a random access cursor on the table. |
Method Detail |
---|
IRandomAccessCursor getRandomRows(String subFields, boolean recycle) throws IOException, AutomationException
subFields
- The subFields (in)recycle
- The recycle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |