com.esri.arcgis.geodatabase
Interface IPlugInFastQueryValues

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

public interface IPlugInFastQueryValues
extends java.io.Serializable

COM Interface 'IPlugInFastQueryValues'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that query record values quickly.' 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 IID865271a7_61c1_41e8_9f6e_31d825b37b57
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void fastQueryValues(tagFieldValue values)
          Gets the values for the non-geometry fields in the current record.
 

Field Detail

IID865271a7_61c1_41e8_9f6e_31d825b37b57

static final int IID865271a7_61c1_41e8_9f6e_31d825b37b57
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

fastQueryValues

void fastQueryValues(tagFieldValue values)
                     throws java.io.IOException,
                            AutomationException
Gets the values for the non-geometry fields in the current record.

Parameters:
values - A Structure: com.esri.arcgis.geodatabase.tagFieldValue (A com.esri.arcgis.geodatabase.tagFieldValue COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.