|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecordSetInit
COM Interface 'IRecordSetInit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to methods that allow construction of recordsets based on source row or feature collections.' 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 |
IID40d32697_0b40_4023_8d73_20e004b5377b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IRowBuffer |
createRowBuffer()
Creates a row buffer that can be used with an insert cursor. |
void |
createTable(IFields fields)
Creates an empty table or feature class for a Recordset. |
int |
getMaxRecordCount()
The maximum number of records for the recordset. |
ICursor |
insert()
Returns a cursor that can be used to insert new rows. |
void |
setMaxRecordCount(int maxRecordCount)
The maximum number of records for the recordset. |
void |
setSourceQueryDef(IQueryDef queryDef)
Sets the source QueryDef for a Recordset. |
void |
setSourceTable(ITable table,
IQueryFilter queryFilter)
Sets the source table or feature class for a Recordset. |
Field Detail |
---|
static final int IID40d32697_0b40_4023_8d73_20e004b5377b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getMaxRecordCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxRecordCount(int maxRecordCount) throws java.io.IOException, AutomationException
maxRecordCount
- The maxRecordCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceTable(ITable table, IQueryFilter queryFilter) throws java.io.IOException, AutomationException
table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceQueryDef(IQueryDef queryDef) throws java.io.IOException, AutomationException
queryDef
- A reference to a com.esri.arcgis.geodatabase.IQueryDef (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createTable(IFields fields) throws java.io.IOException, AutomationException
fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRowBuffer createRowBuffer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICursor insert() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |