com.esri.arcgis.geodatabase
Interface IWorkspaceEditControl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWorkspaceEditControlProxy, Workspace

public interface IWorkspaceEditControl
extends java.io.Serializable

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

Description: 'Provides access to method that controls if insert and update cursors on simple classes can bypass store events' 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 IID17240108_a1c0_4f02_bb9a_35d970abee15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setStoreEventsRequired()
          Indicates that insert and update cursors on simple classes cannot bypass store events
 

Field Detail

IID17240108_a1c0_4f02_bb9a_35d970abee15

static final int IID17240108_a1c0_4f02_bb9a_35d970abee15
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

setStoreEventsRequired

void setStoreEventsRequired()
                            throws java.io.IOException,
                                   AutomationException
Indicates that insert and update cursors on simple classes cannot bypass store events

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