Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
RevokeFromStep |
RevokeOnStep.on(Name table)
Revoke a privilege on a table.
|
RevokeFromStep |
RevokeOnStep.on(String table)
Revoke a privilege on a table.
|
RevokeFromStep |
RevokeOnStep.on(Table<?> table)
Revoke a privilege on a table.
|
Copyright © 2019. All rights reserved.