|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--tiger.transaction.IsolationLevel
| Field Summary | |
static IsolationLevel |
READ_COMMITED
|
static IsolationLevel |
REPEATABLE_READ
|
| Constructor Summary | |
IsolationLevel(int aCode)
|
|
| Method Summary | |
boolean |
equals(IsolationLevel anOther)
|
protected int |
getCode()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final IsolationLevel READ_COMMITED
public static final IsolationLevel REPEATABLE_READ
| Constructor Detail |
public IsolationLevel(int aCode)
| Method Detail |
protected int getCode()
public boolean equals(IsolationLevel anOther)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||