Uses of Class
org.h2.engine.User
Packages that use User
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.
Utility classes for compatibility with other database, for example MySQL.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Authentication classes.
Classes related to a table and table meta data.
-
Uses of User in org.h2.command.ddl
Methods in org.h2.command.ddl with parameters of type User -
Uses of User in org.h2.engine
Methods in org.h2.engine that return UserModifier and TypeMethodDescriptionstatic UserUserBuilder.buildUser(AuthenticationInfo authenticationInfo, Database database, boolean persistent) Build the database user starting from authentication informations.Get the user if it exists, or null if not.Database.getSystemUser()Returns system user.Get user with the given name.SessionLocal.getUser()Methods in org.h2.engine with parameters of type UserConstructors in org.h2.engine with parameters of type User -
Uses of User in org.h2.mode
Constructors in org.h2.mode with parameters of type UserModifierConstructorDescriptionPgCatalogSchema(Database database, User owner) Creates new instance ofpg_catalogschema. -
Uses of User in org.h2.schema
Constructors in org.h2.schema with parameters of type UserModifierConstructorDescriptionInformationSchema(Database database, User owner) Creates new instance of information schema.MetaSchema(Database database, int id, String schemaName, User owner) Creates a new instance of meta data schema. -
Uses of User in org.h2.security.auth
Methods in org.h2.security.auth that return UserModifier and TypeMethodDescriptionAuthenticator.authenticate(AuthenticationInfo authenticationInfo, Database database) Perform user authentication.final UserDefaultAuthenticator.authenticate(AuthenticationInfo authenticationInfo, Database database) -
Uses of User in org.h2.table
Methods in org.h2.table that return UserMethods in org.h2.table with parameters of type UserModifier and TypeMethodDescriptionstatic TableViewTableView.createTempView(SessionLocal session, User owner, String name, Column[] columnTemplates, Query query, Query topQuery) Create a temporary view out of the given query.