public class MySqlSystemVariables extends SystemVariables
SystemVariables
, which defines MySQL scopes and constants of used variable names.Modifier and Type | Class and Description |
---|---|
static class |
MySqlSystemVariables.MySqlScope |
SystemVariables.DefaultScope, SystemVariables.Scope
Modifier and Type | Field and Description |
---|---|
static String |
CHARSET_NAME_CLIENT |
static String |
CHARSET_NAME_CONNECTION |
static String |
CHARSET_NAME_DATABASE
The system variable name fo the name for the character set that the current database uses.
|
static String |
CHARSET_NAME_RESULT |
static String |
CHARSET_NAME_SERVER
The system variable name for the name of the character set that the server uses by default.
|
static String |
LOWER_CASE_TABLE_NAMES
The system variable name to see if the MySQL tables are stored and looked-up in case sensitive way.
|
Constructor and Description |
---|
MySqlSystemVariables() |
Modifier and Type | Method and Description |
---|---|
protected ConcurrentMap<String,String> |
forScope(SystemVariables.Scope scope) |
getVariable, getVariable, setVariable
public static final String CHARSET_NAME_SERVER
public static final String CHARSET_NAME_DATABASE
public static final String CHARSET_NAME_CLIENT
public static final String CHARSET_NAME_RESULT
public static final String CHARSET_NAME_CONNECTION
public static final String LOWER_CASE_TABLE_NAMES
protected ConcurrentMap<String,String> forScope(SystemVariables.Scope scope)
forScope
in class SystemVariables
Copyright © 2018 JBoss by Red Hat. All rights reserved.