- 
- All Superinterfaces:
- Named,- QueryPart,- Serializable
 
 public interface User extends Named A privilege for use inGRANTandREVOKEstatements.Example: // Assuming import static org.jooq.impl.DSL.*; using(configuration) .grant(privilege("SELECT")) .on(ACTOR) .to(user("MY_USER")) .execute();Instances can be created using DSL.user(Name)and overloads.- Author:
- Timur Shaidullin
 
- 
- 
Method Summary- 
Methods inherited from interface org.jooq.NamedgetComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
 
- 
 
-