Uses of Class
mondrian.olap.MondrianDef.Table
-
Packages that use MondrianDef.Table Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of MondrianDef.Table in mondrian.olap
Fields in mondrian.olap declared as MondrianDef.Table Modifier and Type Field Description MondrianDef.Table
MondrianDef.Closure. table
Methods in mondrian.olap that return MondrianDef.Table Modifier and Type Method Description MondrianDef.Table
MondrianDef.Table. find(String seekAlias)
Constructors in mondrian.olap with parameters of type MondrianDef.Table Constructor Description Table(MondrianDef.Table table)
Convenience constructor.Table(MondrianDef.Table tbl, String possibleName)
-
Uses of MondrianDef.Table in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher declared as MondrianDef.Table Modifier and Type Field Description MondrianDef.Table
JdbcSchema.Table. table
-