com.esri.arcgis.geodatabase
Interface esriLockType

All Superinterfaces:
Serializable

public interface esriLockType
extends Serializable

Locks Types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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