public class SubQuery extends Object implements CqnSubQuery, Source<StructuredTypeImpl>
Modifier and Type | Method and Description |
---|---|
void |
accept(CqnVisitor visitor) |
String |
getOuterAlias() |
CdsEntity |
getOuterEntity() |
StructuredTypeImpl |
getType() |
CqnSelect |
query() |
void |
setOuter(CdsEntity entity,
String alias) |
String |
toJson() |
Stream<CqnToken> |
tokens() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSelect, isSelect
public static final String OUTER
public SubQuery(CqnSelect query)
public CqnSelect query()
query
in interface CqnSubQuery
public void accept(CqnVisitor visitor)
public String toJson()
toJson
in interface JSONizable
public String getOuterAlias()
public CdsEntity getOuterEntity()
public StructuredTypeImpl getType()
getType
in interface Source<StructuredTypeImpl>
Copyright © 2021 SAP. All rights reserved.