| 
 | Berkeley DB version 4.3.27 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CursorConfig | |
| com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes]. | 
| Uses of CursorConfig in com.sleepycat.db | 
| Fields in com.sleepycat.db declared as CursorConfig | |
| static CursorConfig | CursorConfig.DEFAULTDefault configuration used if null is passed to methods that create a cursor. | 
| static CursorConfig | CursorConfig.DIRTY_READA convenience instance to configure read operations performed by the cursor to return modified but not yet committed data. | 
| static CursorConfig | CursorConfig.DEGREE_2A convenience instance to configure a cursor for degree 2 isolation. | 
| static CursorConfig | CursorConfig.WRITECURSORA convenience instance to specify the Concurrent Data Store environment cursor will be used to update the database. | 
| Methods in com.sleepycat.db that return CursorConfig | |
|  CursorConfig | Cursor.getConfig()Return this cursor's configuration. | 
| Methods in com.sleepycat.db with parameters of type CursorConfig | |
|  SecondaryCursor | SecondaryDatabase.openSecondaryCursor(Transaction txn,
                    CursorConfig cursorConfig)Obtain a cursor on a database, returning a SecondaryCursor. | 
|  Cursor | Database.openCursor(Transaction txn,
           CursorConfig cursorConfig)Return a cursor into the database. | 
| 
 | Berkeley DB version 4.3.27 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||