|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.data.engine.api.querydefn.JoinCondition
public class JoinCondition
An implementation of IJoinConditionExpression.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.birt.data.engine.api.IJoinCondition |
|---|
OP_EQ |
| Constructor Summary | |
|---|---|
JoinCondition(IScriptExpression left,
IScriptExpression right,
int op)
Constructor. |
|
| Method Summary | |
|---|---|
IScriptExpression |
getLeftExpression()
This method returns the IScriptExpression instance which will be evaluated against the data set which servers as left operand of a joint. |
int |
getOperator()
This method returns the integer standing for a compare operator. |
IScriptExpression |
getRightExpression()
This method returns the IScriptExpression instance which will be evaluated against the data set which servers as right operand of a joint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JoinCondition(IScriptExpression left,
IScriptExpression right,
int op)
throws org.eclipse.birt.data.engine.core.DataException
left - right - op -
org.eclipse.birt.data.engine.core.DataException| Method Detail |
|---|
public IScriptExpression getLeftExpression()
IJoinCondition
getLeftExpression in interface IJoinConditionpublic IScriptExpression getRightExpression()
IJoinCondition
getRightExpression in interface IJoinConditionpublic int getOperator()
IJoinCondition
getOperator in interface IJoinCondition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||