Uses of Interface
org.jooq.GrantToStep
-
Packages that use GrantToStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of GrantToStep in org.jooq
Methods in org.jooq that return GrantToStep Modifier and Type Method Description @NotNull GrantToStepGrantOnStep. on(String on)Add theONclause to theGRANTstatement.@NotNull GrantToStepGrantOnStep. on(Name on)Add theONclause to theGRANTstatement.@NotNull GrantToStepGrantOnStep. on(Table<?> on)Add theONclause to theGRANTstatement.
-