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 void
private void
GrantRevoke.revokeRole
(Role grantedRole) -
Uses of Role in org.h2.engine
Fields in org.h2.engine declared as RoleModifier and TypeFieldDescriptionprivate Role
Right.grantedRole
The granted role, or null if a right was granted.private final Role
Database.publicRole
Fields 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.void
Grant a role to this object.boolean
RightOwner.isRoleGranted
(Role grantedRole) Check if a role has been granted for this right owner.(package private) void
RightOwner.revokeRole
(Role role) Remove the right for the given role.Constructors in org.h2.engine with parameters of type Role