Uses of Interface
com.sap.cds.ql.cqn.CqnExpression
Packages that use CqnExpression
-
Uses of CqnExpression in com.sap.cds.ql
Subinterfaces of CqnExpression in com.sap.cds.qlModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of CqnExpression in com.sap.cds.ql.cqn
Subinterfaces of CqnExpression in com.sap.cds.ql.cqnModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThebetweenpredicate that tests if theCqnBetweenPredicate.value()is within a closed interval with given bounds ofCqnBetweenPredicate.low()andCqnBetweenPredicate.high().interfaceinterfaceinterfaceinterfacePredicate that tests whether eTag element of an entity matches any valueinterfaceinterfaceinterfacePredicate that tests whether any|all elements of an entity set match a given conditioninterfaceinterfaceinterfaceMethods in com.sap.cds.ql.cqn that return CqnExpressionModifier and TypeMethodDescriptiondefault CqnExpressionCqnExpression.asExpression()default CqnExpressionCqnValue.asExpression()Casts this value toCqnExpression.Methods in com.sap.cds.ql.cqn with parameters of type CqnExpressionModifier and TypeMethodDescriptiondefault voidCqnVisitor.visit(CqnExpression expr) Called for each traversedexpressionunless the more specific methodsCqnVisitor.visit(CqnArithmeticExpression),CqnVisitor.visit(CqnArithmeticNegation)orCqnVisitor.visit(CqnPredicate)are implemented