Uses of Interface
org.jooq.User
-
Packages that use User Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage 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 RevokeFinalStepRevokeFromStep. from(User user)Revoke a privilege from a user.GrantWithGrantOptionStepGrantToStep. to(User user)Grant a privilege to a user. -
Uses of User in org.jooq.impl
Methods in org.jooq.impl that return User Modifier and Type Method Description static UserDSL. user(String name)Create a new user reference.static UserDSL. user(Name name)Create a new user reference.
-