|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecordSet2
Provides access to the rows or features in a recordset.
The IRecordset2 interface exposes methods and properties to perform geodatabase recordset operations, SaveAsTable as the result of a query to the table and DetachTable.
Method Summary | |
---|---|
void |
detachTable()
Detach Recordset from table and apply the subfield of QueryFilter. |
ITable |
saveAsTable(IWorkspace workspace,
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 |
Method Detail |
---|
ITable saveAsTable(IWorkspace workspace, String tableName) throws IOException, AutomationException
SaveAsTable will save the recordset into the specified table or feature class in the provided workspace. SaveAsTable supports Personal, File and ArcSDE geodatabases as well as shapefile workspaces.
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)tableName
- The tableName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void detachTable() throws IOException, AutomationException
When using a record set, the DetachTable property is used to detach a recordset from a table and apply the subfield of a query filter.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet2.saveAsTable(com.esri.arcgis.geodatabase.IWorkspace, String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |