| 
 | Berkeley DB version 4.3.27 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sleepycat.db.LockMode
Locking modes for database operations. Locking modes are required parameters for operations that retrieve data or modify the database.
| Field Summary | |
| static LockMode | DEFAULTAcquire read locks for read operations and write locks for write operations. | 
| static LockMode | DEGREE_2Degree 2 isolation provides for cursor stability but not repeatable reads. | 
| static LockMode | DIRTY_READRead modified but not yet committed data. | 
| static LockMode | RMWAcquire write locks instead of read locks when doing the retrieval. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final LockMode DEFAULT
public static final LockMode DIRTY_READ
public static final LockMode RMW
public static final LockMode DEGREE_2
| 
 | Berkeley DB version 4.3.27 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||