Uses of Class
org.h2.command.query.Select
Packages that use Select
Package
Description
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.query
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 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 SelectModifierConstructorDescriptionAggregate(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 SelectModifierConstructorDescriptionprotectedDataAnalysisOperation(Select select) WindowFunction(WindowFunctionType type, Select select, Expression[] args) Creates new instance of a window function. -
Uses of Select in org.h2.table
Methods in org.h2.table that return SelectModifier and TypeMethodDescriptiondefault SelectColumnResolver.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.