public static enum MySqlSystemVariables.MySqlScope extends Enum<MySqlSystemVariables.MySqlScope> implements SystemVariables.Scope
| Modifier and Type | Field and Description |
|---|---|
private int |
priority |
| Modifier and Type | Method and Description |
|---|---|
int |
priority() |
static MySqlSystemVariables.MySqlScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlSystemVariables.MySqlScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MySqlSystemVariables.MySqlScope GLOBAL
public static final MySqlSystemVariables.MySqlScope SESSION
public static final MySqlSystemVariables.MySqlScope LOCAL
public static MySqlSystemVariables.MySqlScope[] values()
for (MySqlSystemVariables.MySqlScope c : MySqlSystemVariables.MySqlScope.values()) System.out.println(c);
public static MySqlSystemVariables.MySqlScope 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 int priority()
priority in interface SystemVariables.ScopeCopyright © 2021 JBoss by Red Hat. All rights reserved.