Package | Description |
---|---|
org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
org.h2.expression |
Expressions include mathematical operations, conditions, simple values, and functions.
|
org.h2.table |
Classes related to a table and table meta data.
|
Modifier and Type | Method and Description |
---|---|
Select |
SelectListColumnResolver.getSelect() |
Constructor and Description |
---|
Aggregate(int type,
Expression on,
Select select,
boolean distinct)
Create a new aggregate object.
|
JavaAggregate(UserAggregate userAggregate,
Expression[] args,
Select select) |
Modifier and Type | Method and Description |
---|---|
Select |
ColumnResolver.getSelect()
Get the select statement.
|
Select |
TableFilter.getSelect() |
Select |
SingleColumnResolver.getSelect() |
Constructor and Description |
---|
TableFilter(Session session,
Table table,
String alias,
boolean rightsChecked,
Select select,
int orderInFrom)
Create a new table filter object.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.