Package | Description |
---|---|
org.h2.expression |
Expressions include mathematical operations, conditions, simple values, and functions.
|
Modifier and Type | Method and Description |
---|---|
static Operation.OpType |
Operation.OpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.OpType[] |
Operation.OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Operation(Operation.OpType opType,
Expression left,
Expression right) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.