| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Right |
RightOwner.getRightForObject(DbObject object)
Get the 'grant schema' right of this object.
|
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.
|
Right |
RightOwner.getRightForRole(Role role)
Get the 'grant role' right of this object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<Right> |
Database.getAllRights() |
ArrayList<Right> |
Database.getAllRights() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RightOwner.grantRight(DbObject object,
Right right)
Grant a right for the given table.
|
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.
|
void |
RightOwner.grantRole(Role role,
Right right)
Grant a role to this object.
|
Copyright © 2022. All rights reserved.