Package com.sap.cds.ql.cqn
Interface CqnExistsSubquery
- All Superinterfaces:
CqnExpression,CqnPredicate,CqnToken,CqnValue,JSONizable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidaccept(CqnVisitor visitor) Dispatches the handling of thisCqnExistsSubqueryto a given visitor.subquery()Methods inherited from interface com.sap.cds.ql.cqn.CqnExpression
asArithmeticExpression, asCaseExpression, asExpression, asNegation, isArithmeticExpression, isCaseExpression, isExpression, isNegation, toJsonMethods inherited from interface com.sap.cds.ql.cqn.CqnPredicate
asPredicate, isPredicateMethods inherited from interface com.sap.cds.ql.cqn.CqnValue
as, asFunction, asList, asLiteral, asNullValue, asParameter, asPlain, asRef, isFunction, isList, isLiteral, isNullValue, isParameter, isPlain, isRef, ofLiteral, ofRef, type
-
Field Details
-
OUTER
- See Also:
-
-
Method Details
-
subquery
CqnSelect subquery() -
accept
Dispatches the handling of thisCqnExistsSubqueryto a given visitor. The subquery is not traversed.- Specified by:
acceptin interfaceCqnExpression- Specified by:
acceptin interfaceCqnToken- Parameters:
visitor- theCqnVisitor
-