public enum OracleSQLForUpdateWaitMode extends java.lang.Enum<OracleSQLForUpdateWaitMode>
| Modifier and Type | Method and Description |
|---|---|
static OracleSQLForUpdateWaitMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleSQLForUpdateWaitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OracleSQLForUpdateWaitMode Default
public static final OracleSQLForUpdateWaitMode NoWait
public static final OracleSQLForUpdateWaitMode Wait
public static OracleSQLForUpdateWaitMode[] values()
for (OracleSQLForUpdateWaitMode c : OracleSQLForUpdateWaitMode.values()) System.out.println(c);
public static OracleSQLForUpdateWaitMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null