com.esri.arcgis.geodatabasedistributed
Interface IGDSQueryResultPortion

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GDSQueryResultPortion, IGDSQueryResultPortionProxy

public interface IGDSQueryResultPortion
extends java.io.Serializable

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

Description: 'Provides access to elements of a result portion.' 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 IID6babaf1e_d1a3_487f_bde1_58a206503dbc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRecordSet getRecords()
          The records corresponding to the query result portion.
 void setRecordsByRef(IRecordSet recordSet)
          The records corresponding to the query result portion.
 

Field Detail

IID6babaf1e_d1a3_487f_bde1_58a206503dbc

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

getRecords

IRecordSet getRecords()
                      throws java.io.IOException,
                             AutomationException
The records corresponding to the query result portion.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRecordSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecordsByRef

void setRecordsByRef(IRecordSet recordSet)
                     throws java.io.IOException,
                            AutomationException
The records corresponding to the query result portion.

Parameters:
recordSet - A reference to a com.esri.arcgis.geodatabase.IRecordSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.