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.getRightForObject(DbObject object)
Get the 'grant schema' right of this object.
|
Right |
RightOwner.getRightForRole(Role role)
Get the 'grant role' right of this object.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Right> |
Database.getAllRights() |
Modifier and Type | Method and Description |
---|---|
void |
RightOwner.grantRight(DbObject object,
Right right)
Grant a right for the given table.
|
void |
RightOwner.grantRole(Role role,
Right right)
Grant a role to this object.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.