Uses of Interface
org.jooq.GrantWithGrantOptionStep
- 
Packages that use GrantWithGrantOptionStep Package Description org.jooq This package contains jOOQ's public API. - 
- 
Uses of GrantWithGrantOptionStep in org.jooq
Methods in org.jooq that return GrantWithGrantOptionStep Modifier and Type Method Description @NotNull GrantWithGrantOptionStepGrantToStep. to(Role to)Add theTOclause to theGRANTstatement.@NotNull GrantWithGrantOptionStepGrantToStep. to(User to)Add theTOclause to theGRANTstatement.@NotNull GrantWithGrantOptionStepGrantToStep. toPublic()Add theTO PUBLICclause to theGRANTstatement. 
 -