public enum SQueryMode extends java.lang.Enum<SQueryMode>
Enum Constant and Description |
---|
SASSUME_CREATE |
SBASIC |
SFOR_UPDATE |
SREAD_ONLY |
SREFERENCE_NO_QUERY |
Modifier and Type | Method and Description |
---|---|
static SQueryMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQueryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQueryMode SBASIC
public static final SQueryMode SFOR_UPDATE
public static final SQueryMode SREAD_ONLY
public static final SQueryMode SREFERENCE_NO_QUERY
public static final SQueryMode SASSUME_CREATE
public static SQueryMode[] values()
for (SQueryMode c : SQueryMode.values()) System.out.println(c);
public static SQueryMode 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