Berkeley DB Java Edition
version 1.7.0

Uses of Class
com.sleepycat.je.CursorConfig

Packages that use CursorConfig
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of CursorConfig in com.sleepycat.je
 

Fields in com.sleepycat.je declared as CursorConfig
static CursorConfig CursorConfig.DIRTY_READ
          A convenience instance to configure read operations performed by the cursor to return modified but not yet committed data.
 

Methods in com.sleepycat.je that return CursorConfig
 CursorConfig Cursor.getConfig()
          Return this cursor's configuration.
 

Methods in com.sleepycat.je 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 Java Edition
version 1.7.0

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