public interface IRow extends IRowBuffer, java.io.Serializable
Description: 'Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row.' 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 |
IIDfcb01cb4_9f0b_11d0_bec7_00805f7c4268 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID93684651_1a83_11d1_8802_0000f877762d
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes the row.
|
long |
getOID()
The OID for the row.
|
ITable |
getTable()
The Table for the row.
|
boolean |
isHasOID()
Indicates if the row has an OID.
|
void |
store()
Stores the row.
|
getFields, getValue, setValue
static final int IIDfcb01cb4_9f0b_11d0_bec7_00805f7c4268
static final int xxDummy
static final java.lang.String IID
boolean isHasOID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getOID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void store() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void delete() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.