| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Role
Represents a role.
|
class |
User
Represents a user object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RightOwner |
Database.findUserOrRole(String name)
Get the user or role if it exists, or
null if not. |
RightOwner |
Database.findUserOrRole(String name)
Get the user or role if it exists, or
null if not. |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<RightOwner> |
Database.getAllUsersAndRoles() |
Collection<RightOwner> |
Database.getAllUsersAndRoles() |
| 构造器和说明 |
|---|
Right(Database db,
int id,
RightOwner grantee,
int grantedRight,
DbObject grantedObject) |
Right(Database db,
int id,
RightOwner grantee,
int grantedRight,
DbObject grantedObject) |
Right(Database db,
int id,
RightOwner grantee,
Role grantedRole) |
Right(Database db,
int id,
RightOwner grantee,
Role grantedRole) |
| 限定符和类型 | 方法和说明 |
|---|---|
RightOwner |
Schema.getOwner()
Get the owner of this schema.
|
RightOwner |
Schema.getOwner()
Get the owner of this schema.
|
| 构造器和说明 |
|---|
Schema(Database database,
int id,
String schemaName,
RightOwner owner,
boolean system)
Create a new schema object.
|
Schema(Database database,
int id,
String schemaName,
RightOwner owner,
boolean system)
Create a new schema object.
|
Copyright © 2022. All rights reserved.