|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sleepycat.je.CursorConfig
Specify the attributes of database cursor. An instance created with the default constructor is initialized with the system's default settings.
Field Summary | |
static CursorConfig |
DIRTY_READ
A convenience instance for configuring a cursor with the dirty read attribute set to true. |
Constructor Summary | |
CursorConfig()
An instance created using the default constructor is initialized with the system's default settings. |
Method Summary | |
boolean |
getDirtyRead()
Returns the setting for the dirtyRead attribute. |
void |
setDirtyRead(boolean dirtyRead)
If set to true, all read operations performed by the cursor may return modified but not yet committed data. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static CursorConfig DIRTY_READ
Constructor Detail |
public CursorConfig()
Method Detail |
public void setDirtyRead(boolean dirtyRead)
The default is false.
public boolean getDirtyRead()
If set to true, all read operations performed by the cursor may return modified but not yet committed data.
|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |