Package com.sap.cds.ql.cqn
Interface CqnJoin
- All Superinterfaces:
CqnSource
,CqnToken
,JSONizable
-
Nested Class Summary
-
Method Summary
Methods inherited from interface com.sap.cds.JSONizable
toJson
-
Method Details
-
left
CqnSource left() -
right
CqnSource right() -
on
Optional<CqnPredicate> on() -
type
CqnJoin.Type type() -
isJoin
default boolean isJoin()Description copied from interface:CqnSource
Returnstrue
if this is aCqnJoin
. -
asJoin
Description copied from interface:CqnSource
Casts this CQN source to aCqnJoin
.
-