public static enum THandlerForCondition.EHandlerForType extends Enum<THandlerForCondition.EHandlerForType>
| Enum Constant and Description |
|---|
conditionName |
NOTFOUND |
SQLEXCEPTION |
sqlstate |
SQLWARNING |
| Modifier and Type | Method and Description |
|---|---|
static THandlerForCondition.EHandlerForType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static THandlerForCondition.EHandlerForType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final THandlerForCondition.EHandlerForType sqlstate
public static final THandlerForCondition.EHandlerForType conditionName
public static final THandlerForCondition.EHandlerForType SQLEXCEPTION
public static final THandlerForCondition.EHandlerForType SQLWARNING
public static final THandlerForCondition.EHandlerForType NOTFOUND
public static THandlerForCondition.EHandlerForType[] values()
for (THandlerForCondition.EHandlerForType c : THandlerForCondition.EHandlerForType.values()) System.out.println(c);
public static THandlerForCondition.EHandlerForType 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 null