Uses of Interface
org.jooq.Role
-
Packages that use Role Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of Role in org.jooq
Methods in org.jooq with parameters of type Role Modifier and Type Method Description RevokeFinalStep
RevokeFromStep. from(Role role)
Revoke a privilege from a role.GrantWithGrantOptionStep
GrantToStep. to(Role role)
Grant a privilege to a role. -
Uses of Role in org.jooq.impl
Methods in org.jooq.impl that return Role Modifier and Type Method Description static Role
DSL. role(String name)
Create a new role reference.static Role
DSL. role(Name name)
Create a new role reference.
-