public class LockMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LockMode |
DEFAULT
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
static LockMode |
DIRTY_READ
Deprecated.
|
static LockMode |
READ_COMMITTED
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
static LockMode |
READ_UNCOMMITTED
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
static LockMode |
RMW
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final LockMode DEFAULT
public static final LockMode READ_UNCOMMITTED
public static final LockMode DIRTY_READ
public static final LockMode READ_COMMITTED
public static final LockMode RMW