Uses of Class
mondrian.olap.MondrianDef.InlineTable
-
Packages that use MondrianDef.InlineTable Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of MondrianDef.InlineTable in mondrian.olap
Methods in mondrian.olap that return MondrianDef.InlineTable Modifier and Type Method Description MondrianDef.InlineTable
MondrianDef.InlineTable. find(String seekAlias)
Constructors in mondrian.olap with parameters of type MondrianDef.InlineTable Constructor Description InlineTable(MondrianDef.InlineTable inlineTable)
Convenience constructor. -
Uses of MondrianDef.InlineTable in mondrian.rolap
Methods in mondrian.rolap with parameters of type MondrianDef.InlineTable Modifier and Type Method Description static MondrianDef.Relation
RolapUtil. convertInlineTableToRelation(MondrianDef.InlineTable inlineTable, Dialect dialect)
-