Package org.h2.command.query
package org.h2.command.query
Contains queries.
-
ClassDescriptionThis information is expensive to compute for large queries, so do so on-demand.The optimizer is responsible to find the best execution plan for a given query.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.Grouped data for aggregates.This class represents a column resolver for the column list of a SELECT statement.Represents a union SELECT statement.Table value constructor.