Package mondrian.olap
Interface MondrianDef.Expression
-
- All Superinterfaces:
NodeDef
- All Known Implementing Classes:
MondrianDef.CaptionExpression
,MondrianDef.Column
,MondrianDef.ExpressionView
,MondrianDef.KeyExpression
,MondrianDef.MeasureExpression
,MondrianDef.NameExpression
,MondrianDef.OrdinalExpression
,MondrianDef.ParentExpression
- Enclosing class:
- MondrianDef
public static interface MondrianDef.Expression extends NodeDef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExpression(SqlQuery query)
String
getGenericExpression()
String
getTableAlias()
-
Methods inherited from interface org.eigenbase.xom.NodeDef
display, displayXML, getChildren, getLocation, getName, getText, getType, getWrapper
-
-