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 |
---|---|
RevokeFinalStep |
RevokeFromStep.from(Role role)
Revoke a privilege from a role.
|
GrantWithGrantOptionStep |
GrantToStep.to(Role role)
Grant a privilege to a role.
|
Modifier and Type | Method and Description |
---|---|
static Role |
DSL.role(Name name)
Create a new role reference.
|
static Role |
DSL.role(String name)
Create a new role reference.
|
Copyright © 2019. All rights reserved.