Uses of Interface
com.sap.cds.ql.cqn.CqnCaseExpression
Packages that use CqnCaseExpression
-
Uses of CqnCaseExpression in com.sap.cds.ql
Methods in com.sap.cds.ql with type parameters of type CqnCaseExpressionModifier and TypeMethodDescription<T extends Value<?> & CqnCaseExpression>
TConverts a chain of when-then expressions (a list ofcases) to acase expression, which returns a given default value if no condition of any case matches.<T extends Value<?> & CqnCaseExpression>
TConverts a chain of when-then expressions (a list ofcases) to acase expression, which returns a given default value if no condition of any case matches. -
Uses of CqnCaseExpression in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnCaseExpressionModifier and TypeMethodDescriptiondefault CqnCaseExpressionCqnCaseExpression.asCaseExpression()default CqnCaseExpressionCqnExpression.asCaseExpression()Casts this expression to aCqnCaseExpression.Methods in com.sap.cds.ql.cqn with parameters of type CqnCaseExpressionModifier and TypeMethodDescriptiondefault voidCqnVisitor.visit(CqnCaseExpression expr) Called for each traversedcase expression