| Modifier and Type | Method and Description |
|---|---|
static MySqlSystemVariables.Scope |
MySqlSystemVariables.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlSystemVariables.Scope[] |
MySqlSystemVariables.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private ConcurrentMap<String,String> |
MySqlSystemVariables.forScope(MySqlSystemVariables.Scope scope) |
String |
MySqlSystemVariables.getVariable(String name,
MySqlSystemVariables.Scope scope)
Get the variable with the specified name and scope.
|
MySqlSystemVariables |
MySqlSystemVariables.setVariable(MySqlSystemVariables.Scope scope,
String name,
String value)
Set the variable with the specified scope.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MySqlDdlParser.parseSetVariable(TokenStream.Marker start,
AtomicReference<MySqlSystemVariables.Scope> scope) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.