Uses of Class
org.h2.engine.Role
Packages that use Role
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of Role in org.h2.engine
Methods in org.h2.engine that return RoleModifier and TypeMethodDescriptionGet the role if it exists, or null if not.Right.getGrantedRole()Database.getPublicRole()Methods in org.h2.engine with parameters of type RoleModifier and TypeMethodDescriptionRightOwner.getRightForRole(Role role) Get the 'grant role' right of this object.voidGrant a role to this object.booleanRightOwner.isRoleGranted(Role grantedRole) Check if a role has been granted for this right owner.Constructors in org.h2.engine with parameters of type Role