Class MySqlSystemVariables

java.lang.Object
io.debezium.relational.SystemVariables
io.debezium.connector.mysql.MySqlSystemVariables

public class MySqlSystemVariables extends SystemVariables
Custom class for MySQL SystemVariables, which defines MySQL scopes and constants of used variable names.
Author:
Roman Kuchár <[email protected]>.
  • Field Details

    • CHARSET_NAME_SERVER

      public static final String 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/8.2/en/server-options.html#option_mysqld_character-set-server
      See Also:
    • CHARSET_NAME_DATABASE

      public static final String CHARSET_NAME_DATABASE
      The system variable name fo the name for the character set that the current database uses.
      See Also:
    • CHARSET_NAME_CLIENT

      public static final String CHARSET_NAME_CLIENT
      See Also:
    • CHARSET_NAME_RESULT

      public static final String CHARSET_NAME_RESULT
      See Also:
    • CHARSET_NAME_CONNECTION

      public static final String CHARSET_NAME_CONNECTION
      See Also:
    • LOWER_CASE_TABLE_NAMES

      public static final String 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/8.2/en/server-system-variables.html#sysvar_lower_case_table_names
      See Also:
  • Constructor Details

    • MySqlSystemVariables

      public MySqlSystemVariables()
  • Method Details