com.esri.arcgis.geodatabase
Interface esriLockType

All Superinterfaces:
java.io.Serializable

public interface esriLockType
extends java.io.Serializable

Constants from esriLockType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Locks Types.' 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 int esriLockTypeExclusive
          Exclusive Lock.
static int esriLockTypeShared
          Shared Lock.
 

Field Detail

esriLockTypeShared

static final int esriLockTypeShared
Shared Lock.

See Also:
Constant Field Values

esriLockTypeExclusive

static final int esriLockTypeExclusive
Exclusive Lock.

See Also:
Constant Field Values