Package com.sap.cds.ql
Interface StructuredTypeRef
- All Superinterfaces:
CqnReference,CqnSource,CqnStructuredTypeRef,CqnToken,JSONizable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.ql.cqn.CqnReference
CqnReference.Segment -
Method Summary
Methods inherited from interface com.sap.cds.ql.cqn.CqnReference
firstSegment, lastSegment, path, rootSegment, segments, size, stream, targetSegmentMethods inherited from interface com.sap.cds.ql.cqn.CqnSource
asJoin, asSelect, asTableFunction, isJoin, isSelect, isTableFunctionMethods inherited from interface com.sap.cds.ql.cqn.CqnStructuredTypeRef
accept, alias, asRef, isRefMethods inherited from interface com.sap.cds.JSONizable
toJson
-
Method Details
-
as
Sets an alias.- Parameters:
alias- the alias- Returns:
- a ref with the given alias. Can be a new ref if this ref is immutable
-