|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueExpression | |
|---|---|
| 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). |
| Uses of ValueExpression in org.h2.expression |
|---|
| Methods in org.h2.expression that return ValueExpression | |
|---|---|
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. |
| Uses of ValueExpression in org.h2.schema |
|---|
| Methods in org.h2.schema that return ValueExpression | |
|---|---|
ValueExpression |
Constant.getValue()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||