|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.CursorConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
(package private) static CursorConfig |
DEFAULT
|
static CursorConfig |
DIRTY_READ
Javadoc for this public instance is generated via the doc templates in the doc_src directory. |
Constructor Summary | |
CursorConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
(package private) CursorConfig |
cloneConfig()
Used by Cursor to create a copy of the application supplied configuration. |
boolean |
getDirtyRead()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setDirtyRead(boolean dirtyRead)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final CursorConfig DIRTY_READ
static CursorConfig DEFAULT
Constructor Detail |
public CursorConfig()
Method Detail |
public void setDirtyRead(boolean dirtyRead)
public boolean getDirtyRead()
CursorConfig cloneConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |