Uses of Class
com.exasol.dbbuilder.dialects.mysql.MySqlGlobalPrivilege
-
Packages that use MySqlGlobalPrivilege Package Description com.exasol.dbbuilder.dialects.mysql -
-
Uses of MySqlGlobalPrivilege in com.exasol.dbbuilder.dialects.mysql
Methods in com.exasol.dbbuilder.dialects.mysql that return MySqlGlobalPrivilege Modifier and Type Method Description static MySqlGlobalPrivilegeMySqlGlobalPrivilege. valueOf(String name)Returns the enum constant of this type with the specified name.static MySqlGlobalPrivilege[]MySqlGlobalPrivilege. values()Returns an array containing the constants of this enum type, in the order they are declared.
-