public interface ITableWrite2 extends ITableWrite, java.io.Serializable
Description: 'Provides access to members that control Low level Table Write. For use only by custom feature implementations that override Store.' 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 |
IID02e142c4_f7e9_4d67_ab25_7f88b839ee54 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd4c2be91_c50c_11d1_8876_0000f877762d
Modifier and Type | Method and Description |
---|---|
void |
truncate()
Truncates all rows in the table.
|
deleteRows, insertRows, removeDeletedRows, removeRow, removeRows, updateRows, writeChangedRows, writeMovedRows, writeRotatedRows, writeRow, writeRows
static final int IID02e142c4_f7e9_4d67_ab25_7f88b839ee54
static final int xxDummy
static final java.lang.String IID
void truncate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.