Uses of Interface
org.jooq.GrantFinalStep
-
Packages that use GrantFinalStep Package Description org.jooq Theorg.jooq
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
The step of creationGRANT
statement that assign user or role a grant option.Methods in org.jooq that return GrantFinalStep Modifier and Type Method Description GrantFinalStep
GrantWithGrantOptionStep. withGrantOption()
Add theWITH GRANT OPTION
clause.
-