Uses of Interface
org.jooq.User
-
Packages that use User Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of User in org.jooq
Methods in org.jooq with parameters of type User Modifier and Type Method Description @NotNull RevokeFinalStep
RevokeFromStep. from(User from)
Add theFROM
clause to theREVOKE
statement.@NotNull GrantWithGrantOptionStep
GrantToStep. to(User to)
Add theTO
clause to theGRANT
statement. -
Uses of User in org.jooq.impl
Methods in org.jooq.impl that return User Modifier and Type Method Description static @NotNull User
DSL. user(String name)
Create a new user reference.static @NotNull User
DSL. user(Name name)
Create a new user reference.
-