Uses of Package
mondrian.rolap.sql
Packages that use mondrian.rolap.sql
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
Database-independent library for generating SQL.
-
Classes in mondrian.rolap.sql used by mondrian.olapClassDescription
SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax.Collection of alternative code for alternative dialects. -
Classes in mondrian.rolap.sql used by mondrian.rolapClassDescription"Light version" of a
TupleConstraint
, represents one of member.children, level.members, member.descendants, {enumeration}.Creates CrossJoinArgs for use in constraining SQL queries.Restricts the SQL result of a MembersChildren query in SqlMemberSource.Restricts the members that are fetched by SqlMemberSource.SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax.Restricts the SQL result ofTupleReader
. -
Classes in mondrian.rolap.sql used by mondrian.rolap.aggClassDescription
SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax. -
Classes in mondrian.rolap.sql used by mondrian.rolap.aggmatcherClassDescription
SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax. -
Classes in mondrian.rolap.sql used by mondrian.rolap.sqlClassDescription"Light version" of a
TupleConstraint
, represents one of member.children, level.members, member.descendants, {enumeration}.Restricts the SQL result of a MembersChildren query in SqlMemberSource.Restricts the members that are fetched by SqlMemberSource.SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax.Restricts the SQL result ofTupleReader
.