|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.CursorConfig
public class CursorConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
static CursorConfig |
DEFAULT
Javadoc for this public instance is generated via the doc templates in the doc_src directory. |
static CursorConfig |
DIRTY_READ
Deprecated. |
static CursorConfig |
READ_COMMITTED
Javadoc for this public instance is generated via the doc templates in the doc_src directory. |
static CursorConfig |
READ_UNCOMMITTED
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()
Internal method used by Cursor to create a copy of the application supplied configuration. |
boolean |
getDirtyRead()
Deprecated. |
boolean |
getReadCommitted()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getReadUncommitted()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setDirtyRead(boolean dirtyRead)
Deprecated. |
void |
setReadCommitted(boolean readCommitted)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setReadUncommitted(boolean readUncommitted)
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 DEFAULT
public static final CursorConfig READ_UNCOMMITTED
public static final CursorConfig DIRTY_READ
public static final CursorConfig READ_COMMITTED
Constructor Detail |
---|
public CursorConfig()
Method Detail |
---|
public void setReadUncommitted(boolean readUncommitted)
public boolean getReadUncommitted()
public void setDirtyRead(boolean dirtyRead)
public boolean getDirtyRead()
public void setReadCommitted(boolean readCommitted)
public boolean getReadCommitted()
CursorConfig cloneConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |