com.esri.arcgis.geodatabase
Interface esriLockType

All Superinterfaces:
java.io.Serializable

public interface esriLockType
extends java.io.Serializable

Locks Types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriLockTypeExclusive
           
static int esriLockTypeShared
           
 

Field Detail

esriLockTypeShared

public static final int esriLockTypeShared
See Also:
Constant Field Values

esriLockTypeExclusive

public static final int esriLockTypeExclusive
See Also:
Constant Field Values