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