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() |
public AggStar.Table getTable()
public MondrianDef.Expression getLeft()
public MondrianDef.Expression getRight()
public void print(PrintWriter pw, String prefix)
Copyright © 2018 Hitachi Vantara. All rights reserved.