Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ValueExpression |
Constant.getValue() |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.