public final class TIsolationDegree
extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
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
Copyright (c) 2017 Software AG. All Rights Reserved.