com.esri.arcgis.geodatabaseui
Interface ITableDataCallback

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITableDataCallbackProxy

public interface ITableDataCallback
extends Serializable

Provides access to member using which a client provide information that the object can't fully known about itself. A callback interface.

Superseded By

ITableDataCallback2

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ICursor tableSearch(IQueryFilter pQueryFilter, boolean recycling)
          Returns a search cursor on the table.
 

Method Detail

tableSearch

ICursor tableSearch(IQueryFilter pQueryFilter,
                    boolean recycling)
                    throws IOException,
                           AutomationException
Returns a search cursor on the table.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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