Uses of Enum Class
io.github.coho04.mysql.entities.enums.Permissions
Packages that use Permissions
-
Uses of Permissions in io.github.coho04.mysql.entities
Methods in io.github.coho04.mysql.entities with parameters of type PermissionsModifier and TypeMethodDescriptionvoidUser.removePermission(Permissions permissions) Removes the specified permissions from the user.voidUser.removePermissionToDatabase(Permissions PERMISSION, Database database) Removes the specified permissions from the user for the given database.voidUser.setPermission(Permissions permissions) Sets the permissions for the user.voidUser.setPermissionToDatabase(Permissions permissions, Database database) Sets the specified permissions to the given database for the current user. -
Uses of Permissions in io.github.coho04.mysql.entities.enums
Methods in io.github.coho04.mysql.entities.enums that return PermissionsModifier and TypeMethodDescriptionstatic PermissionsReturns the enum constant of this class with the specified name.static Permissions[]Permissions.values()Returns an array containing the constants of this enum class, in the order they are declared.