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