| 程序包 | 说明 |
|---|---|
| org.h2.expression |
Expressions include mathematical operations, conditions, simple
values, and functions.
|
| org.h2.schema |
Schema implementation and objects that are stored in a schema
(for example, sequences and constants).
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueExpression |
ValueExpression.get(Value value)
Create a new expression with the given value.
|
static ValueExpression |
ValueExpression.getDefault()
Get the DEFAULT expression.
|
static ValueExpression |
ValueExpression.getNull()
Get the NULL expression.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueExpression |
Constant.getValue() |
Copyright © 2017. All rights reserved.