Uses of Class
mondrian.rolap.RolapStar.Condition
Packages that use RolapStar.Condition
Package
Description
Implements the data access layer for the olap package.
Database-independent library for generating SQL.
-
Uses of RolapStar.Condition in mondrian.rolap
Methods in mondrian.rolap that return RolapStar.ConditionModifier and TypeMethodDescriptionRolapStar.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.ConditionModifier and TypeMethodDescriptionRolapStar.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