Uses of Class
org.h2.engine.Role
Packages that use Role
Package
Description
Contains DDL (data definition language) and related SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of Role in org.h2.command.ddl
Methods in org.h2.command.ddl with parameters of type RoleModifier and TypeMethodDescriptionprivate voidprivate voidGrantRevoke.revokeRole(Role grantedRole) -
Uses of Role in org.h2.engine
Fields in org.h2.engine declared as RoleModifier and TypeFieldDescriptionprivate RoleRight.grantedRoleThe granted role, or null if a right was granted.private final RoleDatabase.publicRoleFields in org.h2.engine with type parameters of type RoleMethods 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.(package private) voidRightOwner.revokeRole(Role role) Remove the right for the given role.Constructors in org.h2.engine with parameters of type Role