public class ExistsSubQuery extends AbstractPredicate
Constructor and Description |
---|
ExistsSubQuery(CqnSelect select) |
Modifier and Type | Method and Description |
---|---|
void |
accept(CqnVisitor visitor) |
CqnSubQuery |
subquery() |
Stream<CqnToken> |
tokens() |
and, not, or, toJson, toString, type
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asPredicate, isPredicate
asArithmeticExpression, asExpression, asNegation, isArithmeticExpression, isExpression, isNegation
as, asFunction, asList, asLiteral, asNullValue, asParameter, asPlain, asRef, isFunction, isList, isLiteral, isNullValue, isParameter, isPlain, isRef
public ExistsSubQuery(CqnSelect select)
public CqnSubQuery subquery()
public void accept(CqnVisitor visitor)
Copyright © 2021 SAP. All rights reserved.