Uses of Class
com.orientechnologies.orient.core.sql.parser.OMathExpression
Packages that use OMathExpression
-
Uses of OMathExpression in com.orientechnologies.orient.core.sql.parser
Subclasses of OMathExpression in com.orientechnologies.orient.core.sql.parserModifier and TypeClassDescriptionclassclassclassFields in com.orientechnologies.orient.core.sql.parser declared as OMathExpressionModifier and TypeFieldDescriptionprotected OMathExpressionOExpression.mathExpressionprotected OMathExpressionOInCondition.rightMathExpressionprotected OMathExpressionONotInCondition.rightMathExpressionFields in com.orientechnologies.orient.core.sql.parser with type parameters of type OMathExpressionModifier and TypeFieldDescriptionprotected List<OMathExpression> OMathExpression.childExpressionsMethods in com.orientechnologies.orient.core.sql.parser that return OMathExpressionModifier and TypeMethodDescriptionOMathExpression.copy()static OMathExpressionOMathExpression.deserializeFromResult(OResult fromResult) final OMathExpressionOrientSql.FirstLevelExpression()OExpression.getMathExpression()OInCondition.getRightMathExpression()final OMathExpressionOrientSql.MathExpression()final OMathExpressionOrientSql.ParenthesisExpression()OMathExpression.unwrapIfNeeded()Methods in com.orientechnologies.orient.core.sql.parser that return types with arguments of type OMathExpressionMethods in com.orientechnologies.orient.core.sql.parser with parameters of type OMathExpressionModifier and TypeMethodDescriptionvoidOMathExpression.addChildExpression(OMathExpression expression) static OSelectStatementOInCondition.indexChainToStatement(OModifier modifier, OClass clazz, OMathExpression right, OCommandContext ctx) voidOExpression.setMathExpression(OMathExpression mathExpression) voidOInCondition.setRightMathExpression(OMathExpression rightMathExpression) Method parameters in com.orientechnologies.orient.core.sql.parser with type arguments of type OMathExpressionModifier and TypeMethodDescriptionvoidOMathExpression.setChildExpressions(List<OMathExpression> childExpressions)