Uses of Interface
org.jooq.RevokeOnStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of RevokeOnStep in org.jooq
Modifier and TypeMethodDescription@NotNull RevokeOnStep
DSLContext.revoke(Collection<? extends Privilege> privileges)
TheREVOKE
statement.@NotNull RevokeOnStep
TheREVOKE
statement.@NotNull RevokeOnStep
TheREVOKE
statement.@NotNull RevokeOnStep
DSLContext.revokeGrantOptionFor(Collection<? extends Privilege> privileges)
TheREVOKE GRANT OPTION FOR
statement.@NotNull RevokeOnStep
DSLContext.revokeGrantOptionFor(Privilege privileges)
TheREVOKE GRANT OPTION FOR
statement.@NotNull RevokeOnStep
DSLContext.revokeGrantOptionFor(Privilege... privileges)
TheREVOKE GRANT OPTION FOR
statement. -
Uses of RevokeOnStep in org.jooq.impl
Modifier and TypeMethodDescriptionDefaultDSLContext.revoke(Collection<? extends Privilege> privileges)
static RevokeOnStep
DSL.revoke(Collection<? extends Privilege> privileges)
TheREVOKE
statement.static RevokeOnStep
TheREVOKE
statement.static RevokeOnStep
TheREVOKE
statement.DefaultDSLContext.revokeGrantOptionFor(Collection<? extends Privilege> privileges)
DefaultDSLContext.revokeGrantOptionFor(Privilege privileges)
DefaultDSLContext.revokeGrantOptionFor(Privilege... privileges)
static RevokeOnStep
DSL.revokeGrantOptionFor(Collection<? extends Privilege> privileges)
TheREVOKE GRANT OPTION FOR
statement.static RevokeOnStep
DSL.revokeGrantOptionFor(Privilege privileges)
TheREVOKE GRANT OPTION FOR
statement.static RevokeOnStep
DSL.revokeGrantOptionFor(Privilege... privileges)
TheREVOKE GRANT OPTION FOR
statement.