|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.OuterJoinDesc
public class OuterJoinDesc
Contains the ON-clause criteria in an outer join.
Constructor Summary | |
---|---|
OuterJoinDesc(OuterJoinType outerJoinType,
ExprIdentNode leftNode,
ExprIdentNode rightNode)
Ctor. |
Method Summary | |
---|---|
ExprIdentNode |
getLeftNode()
Returns left hand identifier node. |
OuterJoinType |
getOuterJoinType()
Returns the type of outer join (left/right/full). |
ExprIdentNode |
getRightNode()
Returns right hand identifier node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OuterJoinDesc(OuterJoinType outerJoinType, ExprIdentNode leftNode, ExprIdentNode rightNode)
outerJoinType
- - type of the outer joinleftNode
- - left hand identifier noderightNode
- - right hand identifier nodeMethod Detail |
---|
public OuterJoinType getOuterJoinType()
public ExprIdentNode getLeftNode()
public ExprIdentNode getRightNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |