Uses of Interface
org.jooq.GrantFinalStep
-
Packages that use GrantFinalStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of GrantFinalStep in org.jooq
Subinterfaces of GrantFinalStep in org.jooq Modifier and Type Interface Description interfaceGrantWithGrantOptionStepThe step of creationGRANTstatement that assign user or role a grant option.Methods in org.jooq that return GrantFinalStep Modifier and Type Method Description GrantFinalStepGrantWithGrantOptionStep. withGrantOption()Add theWITH GRANT OPTIONclause.
-