|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableDataCallback2
Provides access to member using which a client provide information that the object can't fully known about itself. A callback interface.
| Method Summary | |
|---|---|
ICursor |
tableSearch(IQueryFilter pQueryFilter,
boolean recycling)
Returns a search cursor on the table. |
ICursor |
tableUpdate(IQueryFilter pQueryFilter,
boolean recycling)
Returns a update cursor on the table. |
| Method Detail |
|---|
ICursor tableSearch(IQueryFilter pQueryFilter,
boolean recycling)
throws IOException,
AutomationException
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICursor tableUpdate(IQueryFilter pQueryFilter,
boolean recycling)
throws IOException,
AutomationException
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (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 | ||||||||