Uses of Enum Class
io.github.coho04.mysql.entities.enums.Permissions
-
Uses of Permissions in io.github.coho04.mysql.entities
Modifier and TypeMethodDescriptionvoid
User.removePermission
(Permissions permissions) Removes the specified permissions from the user.void
User.removePermissionToDatabase
(Permissions PERMISSION, Database database) Removes the specified permissions from the user for the given database.void
User.setPermission
(Permissions permissions) Sets the permissions for the user.void
User.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
Modifier and TypeMethodDescriptionstatic Permissions
Returns 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.