Package | Description |
---|---|
org.h2.expression |
Expressions include mathematical operations, conditions, simple values, and functions.
|
Modifier and Type | Method and Description |
---|---|
static Aggregate.AggregateType |
Aggregate.getAggregateType(String name)
Get the aggregate type for this name, or -1 if no aggregate has been
found.
|
static Aggregate.AggregateType |
Aggregate.AggregateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregate.AggregateType[] |
Aggregate.AggregateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Aggregate(Aggregate.AggregateType type,
Expression on,
Select select,
boolean distinct)
Create a new aggregate object.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.