Uses of Package
org.h2.schema
-
Packages that use org.h2.schema Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.ddl Contains DDL (data definition language) and related SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.constraint Database constraints such as check constraints, unique constraints, and referential constraints.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.aggregate Aggregate functions.org.h2.expression.function Functions.org.h2.expression.function.table Table value functions.org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.jdbc.meta Implementation of the JDBC database metadata API (package java.sql).org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.table Classes related to a table and table meta data. -
Classes in org.h2.schema used by org.h2.command Class Description Domain Represents a domain.FunctionAlias Represents a user-defined function, or alias.Schema A schema as created by the SQL statement CREATE SCHEMASequence A sequence is created using the statement CREATE SEQUENCEUserDefinedFunction User-defined Java function or aggregate function. -
Classes in org.h2.schema used by org.h2.command.ddl Class Description Domain Represents a domain.Schema A schema as created by the SQL statement CREATE SCHEMASchemaObject Any database object that is stored in a schema.Sequence A sequence is created using the statement CREATE SEQUENCESequence.Cycle CYCLE clause and sequence state. -
Classes in org.h2.schema used by org.h2.command.dml Class Description Domain Represents a domain.Schema A schema as created by the SQL statement CREATE SCHEMA -
Classes in org.h2.schema used by org.h2.constraint Class Description Domain Represents a domain.Schema A schema as created by the SQL statement CREATE SCHEMASchemaObject Any database object that is stored in a schema. -
Classes in org.h2.schema used by org.h2.engine Class Description Schema A schema as created by the SQL statement CREATE SCHEMASchemaObject Any database object that is stored in a schema.Sequence A sequence is created using the statement CREATE SEQUENCE -
Classes in org.h2.schema used by org.h2.expression Class Description Sequence A sequence is created using the statement CREATE SEQUENCE -
Classes in org.h2.schema used by org.h2.expression.aggregate Class Description UserAggregate Represents a user-defined aggregate function. -
Classes in org.h2.schema used by org.h2.expression.function Class Description Domain Represents a domain.FunctionAlias Represents a user-defined function, or alias.FunctionAlias.JavaMethod There may be multiple Java methods that match a function name. -
Classes in org.h2.schema used by org.h2.expression.function.table Class Description FunctionAlias Represents a user-defined function, or alias.FunctionAlias.JavaMethod There may be multiple Java methods that match a function name. -
Classes in org.h2.schema used by org.h2.index Class Description SchemaObject Any database object that is stored in a schema. -
Classes in org.h2.schema used by org.h2.jdbc.meta Class Description Schema A schema as created by the SQL statement CREATE SCHEMASchemaObject Any database object that is stored in a schema. -
Classes in org.h2.schema used by org.h2.mode Class Description MetaSchema Meta data schema.Schema A schema as created by the SQL statement CREATE SCHEMASchemaObject Any database object that is stored in a schema. -
Classes in org.h2.schema used by org.h2.mvstore.db Class Description SchemaObject Any database object that is stored in a schema. -
Classes in org.h2.schema used by org.h2.schema Class Description Constant A user-defined constant as created by the SQL statement CREATE CONSTANTDomain Represents a domain.FunctionAlias Represents a user-defined function, or alias.FunctionAlias.JavaMethod There may be multiple Java methods that match a function name.MetaSchema Meta data schema.Schema A schema as created by the SQL statement CREATE SCHEMASchemaObject Any database object that is stored in a schema.Sequence A sequence is created using the statement CREATE SEQUENCESequence.Cycle CYCLE clause and sequence state.TriggerObject A trigger is created using the statement CREATE TRIGGERUserAggregate Represents a user-defined aggregate function.UserDefinedFunction User-defined Java function or aggregate function. -
Classes in org.h2.schema used by org.h2.table Class Description Constant A user-defined constant as created by the SQL statement CREATE CONSTANTDomain Represents a domain.Schema A schema as created by the SQL statement CREATE SCHEMASchemaObject Any database object that is stored in a schema.Sequence A sequence is created using the statement CREATE SEQUENCETriggerObject A trigger is created using the statement CREATE TRIGGER