Package io.debezium.connector.mysql
Class MySqlSystemVariables
java.lang.Object
io.debezium.relational.SystemVariables
io.debezium.connector.mysql.MySqlSystemVariables
Custom class for MySQL
SystemVariables
, which defines MySQL scopes and constants of used variable names.- Author:
- Roman Kuchár <[email protected]>.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.debezium.relational.SystemVariables
SystemVariables.DefaultScope, SystemVariables.Scope
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
The system variable name fo the name for the character set that the current database uses.static final String
static final String
The system variable name for the name of the character set that the server uses by default.static final String
The system variable name to see if the MySQL tables are stored and looked-up in case sensitive way. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConcurrentMap<String,
String> forScope
(SystemVariables.Scope scope) Methods inherited from class io.debezium.relational.SystemVariables
getVariable, getVariable, setVariable
-
Field Details
-
CHARSET_NAME_SERVER
The system variable name for the name of the character set that the server uses by default. See http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_character-set-server- See Also:
-
CHARSET_NAME_DATABASE
The system variable name fo the name for the character set that the current database uses.- See Also:
-
CHARSET_NAME_CLIENT
- See Also:
-
CHARSET_NAME_RESULT
- See Also:
-
CHARSET_NAME_CONNECTION
- See Also:
-
LOWER_CASE_TABLE_NAMES
The system variable name to see if the MySQL tables are stored and looked-up in case sensitive way. See https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_lower_case_table_names- See Also:
-
-
Constructor Details
-
MySqlSystemVariables
public MySqlSystemVariables()
-
-
Method Details
-
forScope
- Overrides:
forScope
in classSystemVariables
-