| Package | Description |
|---|---|
| com.sap.cds.ql | |
| com.sap.cds.ql.cqn |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RefSegment |
| Modifier and Type | Method and Description |
|---|---|
<T> ElementRef<T> |
CqnBuilder.QueryBuilderSupport.get(List<? extends CqnReference.Segment> segments) |
static <T> ElementRef<T> |
CQL.get(List<? extends CqnReference.Segment> segments)
Creates an
ElementRef representing a path from a CDS entity to an
element of this or another entity. |
StructuredType<?> |
CqnBuilder.QueryBuilderSupport.to(List<? extends CqnReference.Segment> segments) |
static StructuredType<?> |
CQL.to(List<? extends CqnReference.Segment> segments)
Creates a
StructuredType representing a path from a CDS entity to
another entity. |
| Modifier and Type | Method and Description |
|---|---|
default CqnReference.Segment |
CqnReference.rootSegment() |
CqnReference.Segment |
ResolvedSegment.segment()
Returns the unmodified
CqnReference.Segment. |
default CqnReference.Segment |
CqnReference.targetSegment() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends CqnReference.Segment> |
CqnReference.segments() |
| Modifier and Type | Method and Description |
|---|---|
default void |
CqnVisitor.visit(CqnReference.Segment seg) |
| Modifier and Type | Method and Description |
|---|---|
default Stream<CqnSelectListItem> |
CqnSelectListItem.unfold(Function<List<? extends CqnReference.Segment>,Stream<String>> pathToElements) |
Copyright © 2020 SAP. All rights reserved.