Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
UserAggregate |
Database.findAggregate(String name)
Get the user defined aggregate function if it exists, or null if not.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<UserAggregate> |
Database.getAllAggregates() |
Constructor and Description |
---|
JavaAggregate(UserAggregate userAggregate,
Expression[] args,
Select select) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.