Package mondrian.rolap.aggmatcher
Class AggStar.Table.JoinCondition
- java.lang.Object
-
- mondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
-
- Enclosing class:
- AggStar.Table
public class AggStar.Table.JoinCondition extends Object
The query join condition between a base table and this table (the table that owns the join condition).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MondrianDef.Expression
getLeft()
Return the left join expression.String
getLeft(SqlQuery query)
Return the left join expression as string.MondrianDef.Expression
getRight()
Return the right join expression.AggStar.Table
getTable()
Get the enclosing AggStar.Table.void
print(PrintWriter pw, String prefix)
Prints this table and its children.String
toString()
-
-
-
Method Detail
-
getTable
public AggStar.Table getTable()
Get the enclosing AggStar.Table.
-
getLeft
public MondrianDef.Expression getLeft()
Return the left join expression.
-
getRight
public MondrianDef.Expression getRight()
Return the right join expression.
-
print
public void print(PrintWriter pw, String prefix)
Prints this table and its children.
-
-