| 程序包 | 说明 |
|---|---|
| org.h2.expression.aggregate |
Aggregate functions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AggregateType |
Aggregate.getAggregateType()
Returns the type of this aggregate.
|
AggregateType |
Aggregate.getAggregateType()
Returns the type of this aggregate.
|
static AggregateType |
Aggregate.getAggregateType(String name)
Get the aggregate type for this name, or -1 if no aggregate has been
found.
|
static AggregateType |
Aggregate.getAggregateType(String name)
Get the aggregate type for this name, or -1 if no aggregate has been
found.
|
static AggregateType |
AggregateType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AggregateType |
AggregateType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AggregateType[] |
AggregateType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static AggregateType[] |
AggregateType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
Aggregate(AggregateType aggregateType,
Expression[] args,
Select select,
boolean distinct)
Create a new aggregate object.
|
Aggregate(AggregateType aggregateType,
Expression[] args,
Select select,
boolean distinct)
Create a new aggregate object.
|
Copyright © 2022. All rights reserved.