Uses of Interface
org.jooq.RevokeOnStep
-
Packages that use RevokeOnStep Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of RevokeOnStep in org.jooq
Methods in org.jooq that return RevokeOnStep Modifier and Type Method Description @NotNull RevokeOnStepDSLContext. revoke(Collection<? extends Privilege> privileges)TheREVOKEstatement.@NotNull RevokeOnStepDSLContext. revoke(Privilege privileges)TheREVOKEstatement.@NotNull RevokeOnStepDSLContext. revoke(Privilege... privileges)TheREVOKEstatement.@NotNull RevokeOnStepDSLContext. revokeGrantOptionFor(Collection<? extends Privilege> privileges)TheREVOKE GRANT OPTION FORstatement.@NotNull RevokeOnStepDSLContext. revokeGrantOptionFor(Privilege privileges)TheREVOKE GRANT OPTION FORstatement.@NotNull RevokeOnStepDSLContext. revokeGrantOptionFor(Privilege... privileges)TheREVOKE GRANT OPTION FORstatement. -
Uses of RevokeOnStep in org.jooq.impl
Methods in org.jooq.impl that return RevokeOnStep Modifier and Type Method Description RevokeOnStepDefaultDSLContext. revoke(Collection<? extends Privilege> privileges)RevokeOnStepDefaultDSLContext. revoke(Privilege privileges)RevokeOnStepDefaultDSLContext. revoke(Privilege... privileges)static RevokeOnStepDSL. revoke(Collection<? extends Privilege> privileges)TheREVOKEstatement.static RevokeOnStepDSL. revoke(Privilege privileges)TheREVOKEstatement.static RevokeOnStepDSL. revoke(Privilege... privileges)TheREVOKEstatement.RevokeOnStepDefaultDSLContext. revokeGrantOptionFor(Collection<? extends Privilege> privileges)RevokeOnStepDefaultDSLContext. revokeGrantOptionFor(Privilege privileges)RevokeOnStepDefaultDSLContext. revokeGrantOptionFor(Privilege... privileges)static RevokeOnStepDSL. revokeGrantOptionFor(Collection<? extends Privilege> privileges)TheREVOKE GRANT OPTION FORstatement.static RevokeOnStepDSL. revokeGrantOptionFor(Privilege privileges)TheREVOKE GRANT OPTION FORstatement.static RevokeOnStepDSL. revokeGrantOptionFor(Privilege... privileges)TheREVOKE GRANT OPTION FORstatement.
-