Package com.sap.cds.ql.cqn
Interface CqnJoin
- All Superinterfaces:
CqnSource,CqnToken,JSONizable
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface com.sap.cds.ql.cqn.CqnSource
asRef, asSelect, asTableFunction, isRef, isSelect, isTableFunctionMethods 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:CqnSourceReturnstrueif this is aCqnJoin. -
asJoin
Description copied from interface:CqnSourceCasts this CQN source to aCqnJoin.
-