Uses of Interface
org.jooq.GrantOnStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of GrantOnStep in org.jooq
Modifier 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
Modifier 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.