Uses of Class
org.h2.engine.RightOwner
Packages that use RightOwner
Package
Description
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.engine
Subclasses of RightOwner in org.h2.engineModifier and TypeClassDescriptionfinal classRepresents a role.final classRepresents a user object.Methods 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
Methods 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.