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 RevokeOnStep
DSLContext. revoke(Collection<? extends Privilege> privileges)
TheREVOKE
statement.@NotNull RevokeOnStep
DSLContext. revoke(Privilege privileges)
TheREVOKE
statement.@NotNull RevokeOnStep
DSLContext. revoke(Privilege... privileges)
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
Methods in org.jooq.impl that return RevokeOnStep Modifier and Type Method Description RevokeOnStep
DefaultDSLContext. revoke(Collection<? extends Privilege> privileges)
RevokeOnStep
DefaultDSLContext. revoke(Privilege privileges)
RevokeOnStep
DefaultDSLContext. revoke(Privilege... privileges)
static RevokeOnStep
DSL. revoke(Collection<? extends Privilege> privileges)
TheREVOKE
statement.static RevokeOnStep
DSL. revoke(Privilege privileges)
TheREVOKE
statement.static RevokeOnStep
DSL. revoke(Privilege... privileges)
TheREVOKE
statement.RevokeOnStep
DefaultDSLContext. revokeGrantOptionFor(Collection<? extends Privilege> privileges)
RevokeOnStep
DefaultDSLContext. revokeGrantOptionFor(Privilege privileges)
RevokeOnStep
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.
-