|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.rolap.aggmatcher.AggStar.Table.JoinCondition
public class AggStar.Table.JoinCondition
The query join condition between a base table and this table (the table that owns the join condition).
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public AggStar.Table getTable()
public MondrianDef.Expression getLeft()
public String getLeft(SqlQuery query)
public MondrianDef.Expression getRight()
String toString(SqlQuery query)
public String toString()
toString in class Object
public void print(PrintWriter pw,
String prefix)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||