public class AggStar.Table.JoinCondition extends Object
| Modifier and Type | Method and 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()  | 
(package private) String | 
toString(SqlQuery query)
This is used to create part of a SQL where clause. 
 | 
public AggStar.Table getTable()
public MondrianDef.Expression getLeft()
public MondrianDef.Expression getRight()
public void print(PrintWriter pw, String prefix)