| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
OBaseExpression |
class |
OFirstLevelExpression |
class |
OMultExpression |
class |
OParenthesisExpression |
| Modifier and Type | Field and Description |
|---|---|
protected OMathExpression |
ONotInCondition.rightMathExpression |
protected OMathExpression |
OInCondition.rightMathExpression |
| Modifier and Type | Field and Description |
|---|---|
protected List<OMathExpression> |
OMathExpression.childExpressions |
| Modifier and Type | Method and Description |
|---|---|
OMathExpression |
OrientSql.FirstLevelExpression() |
OMathExpression |
OrientSql.MathExpression() |
OMathExpression |
OrientSql.MultExpression() |
OMathExpression |
OrientSql.ParenthesisExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<OMathExpression> |
OMathExpression.getChildExpressions() |
| Modifier and Type | Method and Description |
|---|---|
Object |
OrientSqlVisitor.visit(OMathExpression node,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
void |
OMathExpression.setChildExpressions(List<OMathExpression> childExpressions) |
Copyright © 2009–2025 OrientDB. All rights reserved.