Modifier and Type | Method and Description |
---|---|
default void |
dispatch(CqnVisitor visitor)
Dispatches a given visitor to all clause except the ref or source of this
entity selector
|
default boolean |
hasLimit()
Returns whether this entity selector has a top or skip
|
List<CqnSelectListItem> |
items()
Returns the selected items
|
Optional<CqnLimit> |
limit()
|
List<CqnSortSpecification> |
orderBy()
Returns the order of the selection result
|
CqnStructuredTypeRef |
ref()
Returns the reference to the entity set of this selector.
|
long |
skip()
Returns the number of rows to be skipped
|
long |
top()
Returns the maximum number of rows to be returned
|
CqnStructuredTypeRef ref()
CdsException
- if this selector does not have a referenceList<CqnSelectListItem> items()
List<CqnSortSpecification> orderBy()
@Deprecated Optional<CqnLimit> limit()
default void dispatch(CqnVisitor visitor)
visitor
- the visitorlong top()
long skip()
default boolean hasLimit()
true
if there is a top or skipCopyright © 2023 SAP. All rights reserved.