| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql.parser |
| Modifier and Type | Field and Description |
|---|---|
protected List<OMathExpression.Operator> |
OMathExpression.operators |
| Modifier and Type | Method and Description |
|---|---|
static OMathExpression.Operator |
OMathExpression.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMathExpression.Operator[] |
OMathExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<OMathExpression.Operator> |
OMathExpression.getOperators() |
| Modifier and Type | Method and Description |
|---|---|
Number |
OMathExpression.Operator.apply(Number a,
OMathExpression.Operator operation,
Number b) |
Copyright © 2009–2025 OrientDB. All rights reserved.