Uses of Package
org.h2.command.query
Packages that use org.h2.command.query
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Contains queries.
Expressions include mathematical operations, simple values, and others.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
Condition expressions.
Various table index implementations, as well as cursors to navigate in an index.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Classes related to a table and table meta data.
-
Classes in org.h2.command.query used by org.h2.commandClassDescriptionRepresents a SELECT statement (simple, or union).Describes one element of the ORDER BY clause of a query.This class represents a simple SELECT statement.Table value constructor.
-
Classes in org.h2.command.query used by org.h2.command.ddl
-
Classes in org.h2.command.query used by org.h2.command.dml
-
Classes in org.h2.command.query used by org.h2.command.queryClassDescriptionThis information is expensive to compute for large queries, so do so on-demand.Represents a SELECT statement (simple, or union).Evaluated values of OFFSET and FETCH clauses.Describes one element of the ORDER BY clause of a query.This class represents a simple SELECT statement.Lazy execution for this select.Grouped data for aggregates.
-
Classes in org.h2.command.query used by org.h2.expressionClassDescriptionThis information is expensive to compute for large queries, so do so on-demand.Represents a SELECT statement (simple, or union).
-
Classes in org.h2.command.query used by org.h2.expression.aggregateClassDescriptionDescribes one element of the ORDER BY clause of a query.This class represents a simple SELECT statement.Grouped data for aggregates.
-
Classes in org.h2.command.query used by org.h2.expression.analysisClassDescriptionDescribes one element of the ORDER BY clause of a query.This class represents a simple SELECT statement.Grouped data for aggregates.
-
Classes in org.h2.command.query used by org.h2.expression.condition
-
Classes in org.h2.command.query used by org.h2.indexClassDescriptionThis information is expensive to compute for large queries, so do so on-demand.Represents a SELECT statement (simple, or union).
-
Classes in org.h2.command.query used by org.h2.mvstore.dbClassDescriptionThis information is expensive to compute for large queries, so do so on-demand.
-
Classes in org.h2.command.query used by org.h2.result
-
Classes in org.h2.command.query used by org.h2.tableClassDescriptionThis information is expensive to compute for large queries, so do so on-demand.Represents a SELECT statement (simple, or union).This class represents a simple SELECT statement.