public static enum DB2SelectQueryBlock.Isolation extends Enum<DB2SelectQueryBlock.Isolation>
Modifier and Type | Method and Description |
---|---|
static DB2SelectQueryBlock.Isolation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DB2SelectQueryBlock.Isolation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DB2SelectQueryBlock.Isolation RR
public static final DB2SelectQueryBlock.Isolation RS
public static final DB2SelectQueryBlock.Isolation CS
public static final DB2SelectQueryBlock.Isolation UR
public static DB2SelectQueryBlock.Isolation[] values()
for (DB2SelectQueryBlock.Isolation c : DB2SelectQueryBlock.Isolation.values()) System.out.println(c);
public static DB2SelectQueryBlock.Isolation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2013–2017 Alibaba Group. All rights reserved.