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