The AdoEnums.LockType class of the com.ms.wfc.data package specifies the type of lock placed on records during editing.
class AdoEnums.LockType extends com.ms.wfc.core.Enum { // Fields public static final int BATCHOPTIMISTIC; public static final int OPTIMISTIC; public static final int PESSIMISTIC; public static final int READONLY; public static final int UNSPECIFIED; }