Uses of Interface
org.jooq.GrantFinalStep
-
Packages that use GrantFinalStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of GrantFinalStep in org.jooq
Subinterfaces of GrantFinalStep in org.jooq Modifier and Type Interface Description interface
GrantWithGrantOptionStep
A step in the construction of theGRANT
statement.Methods in org.jooq that return GrantFinalStep Modifier and Type Method Description @NotNull GrantFinalStep
GrantWithGrantOptionStep. withGrantOption()
Add theWITH GRANT OPTION
clause to theGRANT
statement.
-