Uses of Interface
org.jooq.Role
-
Packages that use Role Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This 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 @NotNull RevokeFinalStepRevokeFromStep. from(Role from)Add theFROMclause to theREVOKEstatement.@NotNull GrantWithGrantOptionStepGrantToStep. to(Role to)Add theTOclause to theGRANTstatement. -
Uses of Role in org.jooq.impl
Methods in org.jooq.impl that return Role Modifier and Type Method Description static @NotNull RoleDSL. role(String name)Create a new role reference.static @NotNull RoleDSL. role(Name name)Create a new role reference.
-