com.esri.arcgis.geodatabaseui
Interface ITableDataCallback2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableDataCallback2Proxy

public interface ITableDataCallback2
extends java.io.Serializable

COM Interface 'ITableDataCallback2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to member using which a client provide information that the object can't fully known about itself. A callback interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf3001283_847b_44f4_a14a_22cd0017d79a
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDf3001283_847b_44f4_a14a_22cd0017d79a

static final int IIDf3001283_847b_44f4_a14a_22cd0017d79a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

tableSearch

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

tableUpdate

ICursor tableUpdate(IQueryFilter pQueryFilter,
                    boolean recycling)
                    throws java.io.IOException,
                           AutomationException
Returns a update cursor on the table.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.