public enum MySQLNewParametersBoundFlag extends Enum<MySQLNewParametersBoundFlag>
| Enum Constant and Description |
|---|
PARAMETER_TYPE_EXIST |
PARAMETER_TYPE_NOT_EXIST |
| Modifier and Type | Method and Description |
|---|---|
static MySQLNewParametersBoundFlag |
valueOf(int value)
Value of new parameters bound flag.
|
static MySQLNewParametersBoundFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLNewParametersBoundFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MySQLNewParametersBoundFlag PARAMETER_TYPE_EXIST
public static final MySQLNewParametersBoundFlag PARAMETER_TYPE_NOT_EXIST
public static MySQLNewParametersBoundFlag[] values()
for (MySQLNewParametersBoundFlag c : MySQLNewParametersBoundFlag.values()) System.out.println(c);
public static MySQLNewParametersBoundFlag 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 nullpublic static MySQLNewParametersBoundFlag valueOf(int value)
value - valueCopyright © 2023 The Apache Software Foundation. All rights reserved.