Uses of Class
io.debezium.connector.mysql.MySqlSystemVariables.MySqlScope
-
Packages that use MySqlSystemVariables.MySqlScope Package Description io.debezium.connector.mysql -
-
Uses of MySqlSystemVariables.MySqlScope in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return MySqlSystemVariables.MySqlScope Modifier and Type Method Description static MySqlSystemVariables.MySqlScopeMySqlSystemVariables.MySqlScope. valueOf(String name)Returns the enum constant of this type with the specified name.static MySqlSystemVariables.MySqlScope[]MySqlSystemVariables.MySqlScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-