Berkeley DB
version 4.3.29

Uses of Class
com.sleepycat.db.CursorConfig

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.DEFAULT
          Default configuration used if null is passed to methods that create a cursor.
static CursorConfig CursorConfig.DIRTY_READ
          A convenience instance to configure read operations performed by the cursor to return modified but not yet committed data.
static CursorConfig CursorConfig.DEGREE_2
          A convenience instance to configure a cursor for degree 2 isolation.
static CursorConfig CursorConfig.WRITECURSOR
          A 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.29

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.