tiger.transaction
Class IsolationLevel

java.lang.Object
  |
  +--tiger.transaction.IsolationLevel

public class IsolationLevel
extends java.lang.Object


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

READ_COMMITED

public static final IsolationLevel READ_COMMITED

REPEATABLE_READ

public static final IsolationLevel REPEATABLE_READ
Constructor Detail

IsolationLevel

public IsolationLevel(int aCode)
Method Detail

getCode

protected int getCode()

equals

public boolean equals(IsolationLevel anOther)