Uses of Interface
org.jooq.GrantToStep
-
Packages that use GrantToStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of GrantToStep in org.jooq
Methods in org.jooq that return GrantToStep Modifier and Type Method Description GrantToStep
GrantOnStep. on(String table)
Grant a privilege on a table.GrantToStep
GrantOnStep. on(Name table)
Grant a privilege on a table.GrantToStep
GrantOnStep. on(Table<?> table)
Grant a privilege on a table.
-