Package org.h2.command.query


package org.h2.command.query

Contains queries.

  • Class
    Description
    This information is expensive to compute for large queries, so do so on-demand.
    Represents a SELECT statement (simple, or union).
    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.