| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that
don't fit in another sub-package.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Role
Represents a role.
|
class |
User
Represents a user object.
|
| 构造器和说明 |
|---|
Right(Database db,
int id,
RightOwner grantee,
int grantedRight,
DbObject grantedObject) |
Right(Database db,
int id,
RightOwner grantee,
Role grantedRole) |
Copyright © 2017. All rights reserved.