public interface IInternalTable extends ITemporalTable, java.io.Serializable
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 |
IIDa677ab63_2fb8_11d5_b7e2_00010265adc5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID18fb46e0_461a_11d5_b7e5_00010265adc5
Modifier and Type | Method and Description |
---|---|
int |
addRow(IDataMessage piDataMessage)
Adds a row to the temporal table.
|
addField, createRow, createRowBuffer, deleteField, findField, getFields, getGeometryColumnName, getRow, insert, isHasGeometry, rowCount, search, select, setGeometryColumnName, update
static final int IIDa677ab63_2fb8_11d5_b7e2_00010265adc5
static final int xxDummy
static final java.lang.String IID
int addRow(IDataMessage piDataMessage) throws java.io.IOException, AutomationException
piDataMessage
- A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.