com.esri.arcgis.geodatabase
Interface ITableWrite2

All Superinterfaces:
ITableWrite, java.io.Serializable
All Known Implementing Classes:
ITableWrite2Proxy

public interface ITableWrite2
extends ITableWrite, java.io.Serializable

COM Interface 'ITableWrite2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID02e142c4_f7e9_4d67_ab25_7f88b839ee54
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITableWrite
IIDd4c2be91_c50c_11d1_8876_0000f877762d
 
Method Summary
 void truncate()
          Truncates all rows in the table.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITableWrite
deleteRows, insertRows, removeDeletedRows, removeRow, removeRows, updateRows, writeChangedRows, writeMovedRows, writeRotatedRows, writeRow, writeRows
 

Field Detail

IID02e142c4_f7e9_4d67_ab25_7f88b839ee54

static final int IID02e142c4_f7e9_4d67_ab25_7f88b839ee54
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

truncate

void truncate()
              throws java.io.IOException,
                     AutomationException
Truncates all rows in the table.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.