Uses of Interface
org.jooq.RevokeFinalStep
-
Packages that use RevokeFinalStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of RevokeFinalStep in org.jooq
Methods in org.jooq that return RevokeFinalStep Modifier and Type Method Description @NotNull RevokeFinalStep
RevokeFromStep. from(Role from)
Add theFROM
clause to theREVOKE
statement.@NotNull RevokeFinalStep
RevokeFromStep. from(User from)
Add theFROM
clause to theREVOKE
statement.@NotNull RevokeFinalStep
RevokeFromStep. fromPublic()
Add theFROM PUBLIC
clause to theREVOKE
statement.
-