Uses of Interface
org.jooq.GrantFinalStep
Packages that use GrantFinalStep
-
Uses of GrantFinalStep in org.jooq
Subinterfaces of GrantFinalStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A step in the construction of theGRANT
statement.Methods in org.jooq that return GrantFinalStepModifier and TypeMethodDescription@NotNull GrantFinalStep
GrantWithGrantOptionStep.withGrantOption()
Add theWITH GRANT OPTION
clause to theGRANT
statement.