Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
Function
This class implements most built-in functions of this database.
|
class |
JavaFunction
This class wraps a user-defined function.
|
class |
TableFunction
Implementation of the functions TABLE(..) and TABLE_DISTINCT(..).
|
Constructor and Description |
---|
FunctionTable(Schema schema,
Session session,
Expression functionExpr,
FunctionCall function) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.