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().interfaceA case expression, which represents IF - THEN - ELSE logic.interfaceinterfaceinterfaceinterfacePredicate that tests whether eTag element of an entity matches any valueinterfaceinterfaceinterfaceTheinsubquery predicate tests wether anactual value(n-tuple) is equal to any value (n-tuple) returned by a definedsubquery.interfacePredicate that tests whether any|all elements of an entity set match a given conditioninterfaceinterfaceinterfaceinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceMethods 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
CqnSearchTermPredicateinstead.