|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.db.CursorConfig
public class CursorConfig
Field Summary | |
---|---|
static CursorConfig |
DEFAULT
|
static CursorConfig |
DEGREE_2
Deprecated. |
static CursorConfig |
DIRTY_READ
Deprecated. |
static CursorConfig |
READ_COMMITTED
|
static CursorConfig |
READ_UNCOMMITTED
|
static CursorConfig |
WRITECURSOR
|
Constructor Summary | |
---|---|
CursorConfig()
|
Method Summary | |
---|---|
boolean |
getDegree2()
Deprecated. |
boolean |
getDirtyRead()
Deprecated. |
boolean |
getReadCommitted()
|
boolean |
getReadUncommitted()
|
boolean |
getWriteCursor()
|
void |
setDegree2(boolean degree2)
Deprecated. |
void |
setDirtyRead(boolean dirtyRead)
Deprecated. |
void |
setReadCommitted(boolean readCommitted)
|
void |
setReadUncommitted(boolean readUncommitted)
|
void |
setWriteCursor(boolean writeCursor)
|
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 READ_COMMITTED
public static final CursorConfig WRITECURSOR
public static final CursorConfig DIRTY_READ
public static final CursorConfig DEGREE_2
Constructor Detail |
---|
public CursorConfig()
Method Detail |
---|
public void setReadCommitted(boolean readCommitted)
public boolean getReadCommitted()
public void setDegree2(boolean degree2)
public boolean getDegree2()
public void setReadUncommitted(boolean readUncommitted)
public boolean getReadUncommitted()
public void setDirtyRead(boolean dirtyRead)
public boolean getDirtyRead()
public void setWriteCursor(boolean writeCursor)
public boolean getWriteCursor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |