public interface CqnJoin extends CqnSource, CqnToken
Modifier and Type | Interface and Description |
---|---|
static class |
CqnJoin.Type |
Modifier and Type | Method and Description |
---|---|
default CqnJoin |
asJoin()
Casts this CQN source to a
CqnJoin . |
default boolean |
isJoin()
Returns
true if this is a CqnJoin . |
CqnSource |
left() |
Optional<CqnPredicate> |
on() |
CqnSource |
right() |
CqnJoin.Type |
type() |
accept, asQuery, asRef, asSelect, isQuery, isRef, isSelect
toJson
CqnSource left()
CqnSource right()
Optional<CqnPredicate> on()
CqnJoin.Type type()
default boolean isJoin()
CqnSource
true
if this is a CqnJoin
.Copyright © 2020 SAP. All rights reserved.