public interface IRecordSet2 extends IRecordSet, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2d6cb9cc_c6a0_437f_a431_9c9b7fdc4862 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4510a65b_acd1_4046_b8b0_10f9d0da673f
Modifier and Type | Method and Description |
---|---|
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.
|
getCursor, getFields, getTable, isFeatureCollection
static final int IID2d6cb9cc_c6a0_437f_a431_9c9b7fdc4862
static final int xxDummy
static final java.lang.String IID
ITable saveAsTable(IWorkspace workspace, java.lang.String tableName) throws java.io.IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void detachTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.