public interface IUpsertCursor
extends java.io.Serializable
Description: 'Provides access to members that support updating rows in the database irrespective of the current position of the cursor.' 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 |
IID3641e8bb_1731_4ffe_8714_b55254d95de7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
insertOrUpdateRow(IRowBuffer buffer)
Insert or, if it already exists, update this Row in the database irrespective of the current position of the cursor.
|
static final int IID3641e8bb_1731_4ffe_8714_b55254d95de7
static final int xxDummy
static final java.lang.String IID
java.lang.Object insertOrUpdateRow(IRowBuffer buffer) throws java.io.IOException, AutomationException
buffer
- A reference to a com.esri.arcgis.geodatabase.IRowBuffer (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.