public class CursorConfig
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
CursorConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CursorConfig DEFAULT
public static final CursorConfig READ_UNCOMMITTED
public static final CursorConfig DIRTY_READ
public static final CursorConfig READ_COMMITTED
public CursorConfig()
public void setReadUncommitted(boolean readUncommitted)
public boolean getReadUncommitted()
public void setDirtyRead(boolean dirtyRead)
public boolean getDirtyRead()
public void setReadCommitted(boolean readCommitted)
public boolean getReadCommitted()