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 | Class and Description |
---|---|
class |
Role
Represents a role.
|
class |
User
Represents a user object.
|
Constructor and Description |
---|
Right(Database db,
int id,
RightOwner grantee,
int grantedRight,
DbObject grantedObject) |
Right(Database db,
int id,
RightOwner grantee,
Role grantedRole) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.