Uses of Package
mondrian.rolap.sql
-
Packages that use mondrian.rolap.sql 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.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables.mondrian.rolap.sql Database-independent library for generating SQL. -
Classes in mondrian.rolap.sql used by mondrian.olap Class Description SqlQuery SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax.SqlQuery.CodeSet Collection of alternative code for alternative dialects. -
Classes in mondrian.rolap.sql used by mondrian.rolap Class Description CrossJoinArg "Light version" of aTupleConstraint
, represents one of member.children, level.members, member.descendants, {enumeration}.CrossJoinArgFactory Creates CrossJoinArgs for use in constraining SQL queries.MemberChildrenConstraint Restricts the SQL result of a MembersChildren query in SqlMemberSource.SqlConstraint Restricts the members that are fetched by SqlMemberSource.SqlQuery SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax.TupleConstraint Restricts the SQL result ofTupleReader
. -
Classes in mondrian.rolap.sql used by mondrian.rolap.agg Class Description SqlQuery SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax. -
Classes in mondrian.rolap.sql used by mondrian.rolap.aggmatcher Class Description SqlQuery SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax. -
Classes in mondrian.rolap.sql used by mondrian.rolap.sql Class Description CrossJoinArg "Light version" of aTupleConstraint
, represents one of member.children, level.members, member.descendants, {enumeration}.MemberChildrenConstraint Restricts the SQL result of a MembersChildren query in SqlMemberSource.SqlConstraint Restricts the members that are fetched by SqlMemberSource.SqlQuery SqlQuery
allows us to build aselect
statement and generate it in database-specific SQL syntax.TupleConstraint Restricts the SQL result ofTupleReader
.