|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.connection.TIsolationDegree
public final class TIsolationDegree
Class representing Tamino specific isolation degrees. The class provides type safe constant objects representing the possible settings for the _isolationLevel session parameter available for Tamino. The isolation degree correponds to the _isolationLevel session parameter of Tamino.
Please refer to the description of the Transaction-Related Commands in the Tamino Server documentation for details on the usage of this parameter.
Field Summary | |
---|---|
static TIsolationDegree |
COMMITTED_COMMAND
Constant that represents Taminos _isolationLevel=committedCommand. |
static TIsolationDegree |
NONE
Constant that represents Taminos _isolationLevel=none. |
static TIsolationDegree |
SERIALIZABLE
Constant that represents Taminos _isolationLevel=serializable. |
static TIsolationDegree |
STABLE_CURSOR
Constant that represents Taminos _isolationLevel=stableCursor. |
static TIsolationDegree |
STABLE_DOCUMENT
Constant that represents Taminos _isolationLevel=stableDocument. |
static TIsolationDegree |
UNCOMMITTED_DOCUMENT
Constant that represents Taminos _isolationLevel=uncommittedDocument outside of a Tamino session. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Returns the string representation of a TIsolationDegree object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TIsolationDegree UNCOMMITTED_DOCUMENT
public static final TIsolationDegree COMMITTED_COMMAND
public static final TIsolationDegree STABLE_CURSOR
public static final TIsolationDegree STABLE_DOCUMENT
public static final TIsolationDegree SERIALIZABLE
public static final TIsolationDegree NONE
Note: This method is only for internal use.
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- - the reference object with which to compare.
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |