Uses of Class
org.h2.command.query.Select
Packages that use Select
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains queries.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
Classes related to a table and table meta data.
-
Uses of Select in org.h2.command
Fields in org.h2.command declared as SelectMethods in org.h2.command that return SelectMethods in org.h2.command with parameters of type SelectModifier and TypeMethodDescriptionprivate void
Parser.parseSelectExpressions
(Select command) private void
Parser.parseSelectFromPart
(Select command) -
Uses of Select in org.h2.command.query
Fields in org.h2.command.query declared as SelectModifier and TypeFieldDescriptionprivate Select
Select.parentSelect
Parent select for selects in table filters.private final Select
SelectListColumnResolver.select
Methods in org.h2.command.query that return SelectModifier and TypeMethodDescriptionSelect.getParentSelect()
Returns parent select, or null.SelectListColumnResolver.getSelect()
Constructors in org.h2.command.query with parameters of type SelectModifierConstructorDescriptionSelect
(SessionLocal session, Select parentSelect) (package private)
SelectListColumnResolver
(Select select) -
Uses of Select in org.h2.expression.aggregate
Methods in org.h2.expression.aggregate that return SelectConstructors in org.h2.expression.aggregate with parameters of type SelectModifierConstructorDescription(package private)
AbstractAggregate
(Select select, Expression[] args, boolean distinct) Aggregate
(AggregateType aggregateType, Expression[] args, Select select, boolean distinct) Create a new aggregate object.JavaAggregate
(UserAggregate userAggregate, Expression[] args, Select select, boolean distinct) -
Uses of Select in org.h2.expression.analysis
Fields in org.h2.expression.analysis declared as SelectConstructors in org.h2.expression.analysis with parameters of type SelectModifierConstructorDescriptionprotected
DataAnalysisOperation
(Select select) WindowFunction
(WindowFunctionType type, Select select, Expression[] args) Creates new instance of a window function. -
Uses of Select in org.h2.table
Fields in org.h2.table declared as SelectMethods in org.h2.table that return SelectModifier and TypeMethodDescriptiondefault Select
ColumnResolver.getSelect()
Get the select statement.TableFilter.getSelect()
Constructors in org.h2.table with parameters of type SelectModifierConstructorDescriptionTableFilter
(SessionLocal session, Table table, String alias, boolean rightsChecked, Select select, int orderInFrom, IndexHints indexHints) Create a new table filter object.