Uses of Interface
com.sap.cds.ql.cqn.CqnElementRef
Packages that use CqnElementRef
-
Uses of CqnElementRef in com.sap.cds.ql
Subinterfaces of CqnElementRef in com.sap.cds.qlMethods in com.sap.cds.ql with parameters of type CqnElementRefModifier and TypeMethodDescriptionstatic RefBuilder<ElementRef<?>>CQL.copy(CqnElementRef ref) Creates aRefBuilderfrom the given ref, which allows for in-place modification of the ref.RefBuilder<ElementRef<?>>CqnBuilder.copy(CqnElementRef ref) CQL.count(CqnElementRef element) Creates a count function call on the given element. -
Uses of CqnElementRef in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnElementRefModifier and TypeMethodDescriptiondefault CqnElementRefCqnElementRef.asRef()default CqnElementRefCqnSelectListItem.asRef()default CqnElementRefCqnSelectListValue.asRef()default CqnElementRefCqnValue.asRef()Casts this value toCqnElementRef.ResolvedRefItem.ref()Methods in com.sap.cds.ql.cqn that return types with arguments of type CqnElementRefModifier and TypeMethodDescriptiondefault Stream<CqnElementRef>CqnElementRef.ofRef()default Stream<CqnElementRef>CqnSelectListItem.ofRef()default Stream<CqnElementRef>CqnSelectListValue.ofRef()default Stream<CqnElementRef>CqnValue.ofRef()Methods in com.sap.cds.ql.cqn with parameters of type CqnElementRefModifier and TypeMethodDescriptiondefault CqnValueModifier.ref(CqnElementRef ref) default voidCqnVisitor.visit(CqnElementRef elementRef) Called for each traversedelement reference -
Uses of CqnElementRef in com.sap.cds.reflect
Methods in com.sap.cds.reflect that return types with arguments of type CqnElementRefModifier and TypeMethodDescriptionCdsAssociationType.refs()Returns a sequentialStreamofelement refsthat are used to identify thetarget entityof this association.