Package org.h2.engine
package org.h2.engine
Contains high level classes of the database and classes that don't fit in
another sub-package.
-
ClassDescriptionProvides information for type casts and comparison operations.Represents a database object comment.Encapsulates the connection settings, including user name and password.Constants are fixed values that are used in the whole database code.There is one database object per open database.A database object such as a table, an index, or a user.This class contains various database-level settings.The engine contains a map of all open databases.Modes of generated keys' gathering.Level of isolation.A record in the system table of the database.The compatibility modes.When CHAR values are right-padded with spaces.Generation of column names for expressions.Generation of column names for expressions to be used in a view.Determines how rows with
NULL
values in indexed columns are handled in unique indexes, unique constraints, or by unique predicate.Represents a procedure.Maintains query statistics.The collected statistics for one query.An access right.A right owner (sometimes called principal).Represents a role.A local or remote session.Dynamic settings.Static settings.A session represents an embedded database connection.Represents a savepoint (a position in a transaction to where one can roll back to).An LOB object with a timeout.The client side part of a session when using the server mode.A persistent database setting.The base class for settings.The constants defined in this class are initialized from system properties.Represents a user object.