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 interfaceGrantWithGrantOptionStepA step in the construction of theGRANTstatement.Methods in org.jooq that return GrantFinalStep Modifier and Type Method Description @NotNull GrantFinalStepGrantWithGrantOptionStep. withGrantOption()Add theWITH GRANT OPTIONclause to theGRANTstatement.
-