Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
GrantOnStep |
DSLContext.grant(Collection<? extends Privilege> privileges)
Grant privileges on a table to user or role.
|
GrantOnStep |
DSLContext.grant(Privilege... privileges)
Grant privileges on a table to user or role.
|
GrantOnStep |
DSLContext.grant(Privilege privilege)
Grant a privilege on a table to user or role.
|
Modifier and Type | Method and Description |
---|---|
static GrantOnStep |
DSL.grant(Collection<? extends Privilege> privileges)
Grant privileges on table to user or role.
|
GrantOnStep |
DefaultDSLContext.grant(Collection<? extends Privilege> privileges) |
static GrantOnStep |
DSL.grant(Privilege... privileges)
Grant privileges on table to user or role.
|
GrantOnStep |
DefaultDSLContext.grant(Privilege... privileges) |
static GrantOnStep |
DSL.grant(Privilege privilege)
Grant a privilege on table to user or role.
|
GrantOnStep |
DefaultDSLContext.grant(Privilege privilege) |
Copyright © 2019. All rights reserved.