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