Uses of Interface
org.jooq.Role
Packages that use Role
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Role in org.jooq
Modifier and TypeMethodDescription@NotNull RevokeFinalStep
Add theFROM
clause to theREVOKE
statement.@NotNull GrantWithGrantOptionStep
Add theTO
clause to theGRANT
statement. -
Uses of Role in org.jooq.impl
Methods in org.jooq.impl that return RoleModifier and TypeMethodDescription@Nullable Role
QOM.Revoke.$from()
@Nullable Role
QOM.Grant.$to()
static @NotNull Role
Create a new role reference.static @NotNull Role
Create a new role reference.Methods in org.jooq.impl with parameters of type Role