Uses of Interface
org.jooq.GrantWithGrantOptionStep
-
Packages that use GrantWithGrantOptionStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of GrantWithGrantOptionStep in org.jooq
Methods in org.jooq that return GrantWithGrantOptionStep Modifier and Type Method Description GrantWithGrantOptionStep
GrantToStep. to(Role role)
Grant a privilege to a role.GrantWithGrantOptionStep
GrantToStep. to(User user)
Grant a privilege to a user.GrantWithGrantOptionStep
GrantToStep. toPublic()
Grant a privilege toPUBLIC
.
-