Uses of Class
mondrian.rolap.RolapStar.Condition
-
Packages that use RolapStar.Condition Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.sql Database-independent library for generating SQL. -
-
Uses of RolapStar.Condition in mondrian.rolap
Methods in mondrian.rolap that return RolapStar.Condition Modifier and Type Method Description RolapStar.Condition
RolapStar.Table. getJoinCondition()
Returns the condition by which a dimension table is connected to itsparent
; or null if this is the fact table.Methods in mondrian.rolap with parameters of type RolapStar.Condition Modifier and Type Method Description RolapStar.Table
RolapStar.Table. findChild(MondrianDef.Relation relation, RolapStar.Condition joinCondition)
Returns a child relation which maps onto a given relation, or null if there is none. -
Uses of RolapStar.Condition in mondrian.rolap.sql
Methods in mondrian.rolap.sql with parameters of type RolapStar.Condition Modifier and Type Method Description void
SqlQuery. addWhere(RolapStar.Condition joinCondition)
-