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 RevokeFromStep
RevokeOnStep. on(String on)
Add theON
clause to theREVOKE
statement.@NotNull RevokeFromStep
RevokeOnStep. on(Name on)
Add theON
clause to theREVOKE
statement.@NotNull RevokeFromStep
RevokeOnStep. on(Table<?> on)
Add theON
clause to theREVOKE
statement.
-