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