|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.model.source.Source
org.xcmis.search.model.source.Join
public class Join
Created by The eXo Platform SAS.
| Constructor Summary | |
|---|---|
Join(Source left,
JoinType joinType,
Source right,
JoinCondition joinCondition)
|
|
| Method Summary | |
|---|---|
void |
accept(QueryObjectModelVisitor visitor)
Accepts a visitor and calls the appropriate visit method
depending on the type of this QOM node. |
boolean |
equals(Object obj)
|
JoinCondition |
getJoinCondition()
Get the join condition |
Source |
getLeft()
Get the source that represents the left-hand-side of the join. |
Source |
getRight()
Get the source that represents the right-hand-side of the join. |
JoinType |
getType()
Get the type of join. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Join(Source left,
JoinType joinType,
Source right,
JoinCondition joinCondition)
left - - Left node-tuple source.right - - Right node-tuple source.joinType - - Join type.joinCondition - - join condition.| Method Detail |
|---|
public void accept(QueryObjectModelVisitor visitor)
throws VisitException
visitor and calls the appropriate visit method
depending on the type of this QOM node.
visitor - the visitor.
VisitExceptionpublic boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public final JoinCondition getJoinCondition()
public final Source getLeft()
public final Source getRight()
public final JoinType getType()
public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||