| Field and Description | 
|---|
| com.sleepycat.db.CursorConfig.DEGREE_2
 This has been replaced by  
CursorConfig.READ_COMMITTED to conform to ANSI database isolation terminology. | 
| com.sleepycat.db.LockMode.DEGREE_2
 This has been replaced by  
LockMode.READ_COMMITTED to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.CursorConfig.DIRTY_READ
 This has been replaced by  
CursorConfig.READ_UNCOMMITTED to conform to ANSI
    database isolation terminology. | 
| com.sleepycat.db.LockMode.DIRTY_READ
 This has been replaced by  
LockMode.READ_UNCOMMITTED to conform to ANSI
    database isolation terminology. | 
Copyright (c) 1996, 2019 Oracle and/or its affiliates. All rights reserved.