Uses of Class
org.h2.engine.RightOwner
Packages that use RightOwner
Package
Description
Contains DDL (data definition language) and related SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of RightOwner in org.h2.command.ddl
Fields in org.h2.command.ddl declared as RightOwner -
Uses of RightOwner in org.h2.engine
Subclasses of RightOwner in org.h2.engineModifier and TypeClassDescriptionfinal classRepresents a role.final classRepresents a user object.Fields in org.h2.engine declared as RightOwnerFields in org.h2.engine with type parameters of type RightOwnerModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String, RightOwner> Database.usersAndRolesMethods in org.h2.engine that return RightOwnerModifier and TypeMethodDescriptionDatabase.findUserOrRole(String name) Get the user or role if it exists, ornullif not.Methods in org.h2.engine that return types with arguments of type RightOwnerConstructors in org.h2.engine with parameters of type RightOwnerModifierConstructorDescriptionRight(Database db, int id, RightOwner grantee, int grantedRight, DbObject grantedObject) Right(Database db, int id, RightOwner grantee, Role grantedRole) -
Uses of RightOwner in org.h2.schema
Fields in org.h2.schema declared as RightOwnerMethods in org.h2.schema that return RightOwnerConstructors in org.h2.schema with parameters of type RightOwnerModifierConstructorDescriptionSchema(Database database, int id, String schemaName, RightOwner owner, boolean system) Create a new schema object.