|
Berkeley DB Java Edition version 1.7.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 to configure read operations performed by the cursor to return modified but not yet committed data. |
Constructor Summary | |
CursorConfig()
An instance created using the default constructor is initialized with the system's default settings. |
Method Summary | |
boolean |
getDirtyRead()
Return if read operations performed by the cursor are configured to return modified but not yet committed data. |
void |
setDirtyRead(boolean dirtyRead)
Configure read operations performed by the cursor to 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 final CursorConfig DIRTY_READ
Constructor Detail |
public CursorConfig()
Method Detail |
public void setDirtyRead(boolean dirtyRead)
dirtyRead
- If true, configure read operations performed by the cursor to return
modified but not yet committed data.public boolean getDirtyRead()
|
Berkeley DB Java Edition version 1.7.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |