public interface IRecordSetInit
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID40d32697_0b40_4023_8d73_20e004b5377b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID40d32697_0b40_4023_8d73_20e004b5377b
static final int xxDummy
static final java.lang.String IID
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.