| 程序包 | 说明 |
|---|---|
| org.h2.expression |
Expressions include mathematical operations, simple values, and others.
|
| org.h2.expression.function |
Functions.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayElementReference
Array element reference.
|
class |
BinaryOperation
A mathematical expression, or string concatenation.
|
class |
CompatibilityDatePlusTimeOperation
A compatibility mathematical operation with datetime values.
|
class |
IntervalOperation
A mathematical operation with intervals.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Function2
Function with two arguments.
|
class |
MathFunction2
A math function with two arguments and DOUBLE PRECISION result.
|
class |
NullIfFunction
A NULLIF function.
|
class |
SetFunction
A SET function.
|
class |
SignalFunction
A SIGNAL function.
|
class |
StringFunction2
A string function with two arguments.
|
Copyright © 2022. All rights reserved.