Uses of Interface
org.jooq.GrantOnStep
Packages that use GrantOnStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of GrantOnStep in org.jooq
Methods in org.jooq that return GrantOnStepModifier and TypeMethodDescription@NotNull GrantOnStep
DSLContext.grant
(Collection<? extends Privilege> privileges) TheGRANT
statement.@NotNull GrantOnStep
TheGRANT
statement.@NotNull GrantOnStep
TheGRANT
statement. -
Uses of GrantOnStep in org.jooq.impl
Methods in org.jooq.impl that return GrantOnStepModifier and TypeMethodDescriptionDefaultDSLContext.grant
(Collection<? extends Privilege> privileges) static GrantOnStep
DSL.grant
(Collection<? extends Privilege> privileges) TheGRANT
statement.static GrantOnStep
TheGRANT
statement.static GrantOnStep
TheGRANT
statement.