Class 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 .
    • Field Detail

      • 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/5.7/en/server-options.html#option_mysqld_character-set-server
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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/5.7/en/server-system-variables.html#sysvar_lower_case_table_names
        See Also:
        Constant Field Values
    • Constructor Detail

      • MySqlSystemVariables

        public MySqlSystemVariables()