|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 for configuring a cursor with the dirty read attribute set to true. |
Methods in com.sleepycat.je that return CursorConfig | |
CursorConfig |
Cursor.getConfig()
Return this object'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.5.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |