| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that
don't fit in another sub-package.
|
| org.h2.expression |
Expressions include mathematical operations, conditions, simple
values, and functions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
UserAggregate |
Database.findAggregate(String name)
Get the user defined aggregate function if it exists, or null if not.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<UserAggregate> |
Database.getAllAggregates() |
| 构造器和说明 |
|---|
JavaAggregate(UserAggregate userAggregate,
Expression[] args,
Select select) |
Copyright © 2017. All rights reserved.