Uses of Class
org.h2.engine.Right

Packages that use Right
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
 

Uses of Right in org.h2.engine
 

Methods in org.h2.engine that return Right
 Right RightOwner.getRightForRole(Role role)
          Get the 'grant role' right of this object.
 Right RightOwner.getRightForTable(Table table)
          Get the 'grant table' right of this object.
 

Methods in org.h2.engine that return types with arguments of type Right
 ObjectArray<Right> Database.getAllRights()
           
 

Methods in org.h2.engine with parameters of type Right
 void RightOwner.grantRight(Table table, Right right)
          Grant a right for the given table.
 void RightOwner.grantRole(Role role, Right right)
          Grant a role to this object.