public static enum ConditionValue.ConditionType extends Enum<ConditionValue.ConditionType>
Enum Constant and Description |
---|
MYSQL_ERROR_CODE |
SELF |
SQLSTATE |
SYSTEM |
Modifier and Type | Method and Description |
---|---|
static ConditionValue.ConditionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionValue.ConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionValue.ConditionType SQLSTATE
public static final ConditionValue.ConditionType SELF
public static final ConditionValue.ConditionType SYSTEM
public static final ConditionValue.ConditionType MYSQL_ERROR_CODE
public static ConditionValue.ConditionType[] values()
for (ConditionValue.ConditionType c : ConditionValue.ConditionType.values()) System.out.println(c);
public static ConditionValue.ConditionType 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.