com.esri.arcgis.geodatabase
Interface IRecordSet2

All Superinterfaces:
IRecordSet, java.io.Serializable
All Known Implementing Classes:
IRecordSet2Proxy, RecordSet

public interface IRecordSet2
extends IRecordSet, java.io.Serializable

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

Description: 'Provides access to the rows or features in a recordset.' 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 IID2d6cb9cc_c6a0_437f_a431_9c9b7fdc4862
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRecordSet
IID4510a65b_acd1_4046_b8b0_10f9d0da673f
 
Method Summary
 void detachTable()
          Detach Recordset from table and apply the subfield of QueryFilter.
 ITable saveAsTable(IWorkspace workspace, java.lang.String tableName)
          Saves the recordset to a table of feature class in the provided workspace.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRecordSet
getCursor, getFields, getTable, isFeatureCollection
 

Field Detail

IID2d6cb9cc_c6a0_437f_a431_9c9b7fdc4862

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

saveAsTable

ITable saveAsTable(IWorkspace workspace,
                   java.lang.String tableName)
                   throws java.io.IOException,
                          AutomationException
Saves the recordset to a table of feature class in the provided workspace.

Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
tableName - The tableName (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

detachTable

void detachTable()
                 throws java.io.IOException,
                        AutomationException
Detach Recordset from table and apply the subfield of QueryFilter.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.