Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Right> |
Database.getAllRights() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.