|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jdc.java.lang.Object
|
+--com.jdc.rdb.sql.dml.clause.IsolationLevel
IsolationLevel provides a list of enumerated types for a
With clause Database isolation level. Valid
With clause Database isolation levels are:
RR - Repeatable ReadRS - Read StabilityCS - Cursor StabilityUR - Uncommitted ReadDatabase isolation levels are applicable to IBM® DB2 Universal Database™ only.
With,
Serialized Form| Field Summary | |
static IsolationLevel |
CURSOR_STABILITY
Identifies a CURSOR STABILITY isolation level. |
static IsolationLevel |
READ_STABILITY
Identifies a READ STABILITY isolation level. |
static IsolationLevel |
REPEATABLE_READ
Identifies a REPEATABLE READ isolation level. |
static IsolationLevel |
UNCOMMITTED_READ
Identifies an UNCOMMITTED READ isolation level. |
| Method Summary | |
boolean |
equals(Object object)
Compares this IsolationLevel object to the specified object. |
String |
getName()
Returns a String name for this IsolationLevel object. |
String |
toString()
Returns a String representation of this IsolationLevel object. |
static IsolationLevel |
valueOf(String isolationLevel)
Returns a IsolationLevel representation of this String value. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final IsolationLevel UNCOMMITTED_READ
UNCOMMITTED READ isolation level.
public static final IsolationLevel CURSOR_STABILITY
CURSOR STABILITY isolation level.
public static final IsolationLevel READ_STABILITY
READ STABILITY isolation level.
public static final IsolationLevel REPEATABLE_READ
REPEATABLE READ isolation level.
| Method Detail |
public boolean equals(Object object)
IsolationLevel object to the specified object.
True if a specified object is equal to this IsolationLevel object. False if the specified object is not equal to this IsolationLevel object.public String getName()
String name for this IsolationLevel object.
String name for this IsolationLevel object.public String toString()
String representation of this IsolationLevel object.
String representation of this IsolationLevel object.public static IsolationLevel valueOf(String isolationLevel)
IsolationLevel representation of this String value.
IsolationLevel representation of this String value.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||