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.
|
Class and Description |
---|
SqlQuery
SqlQuery allows us to build a select
statement and generate it in database-specific SQL syntax. |
SqlQuery.CodeSet
Collection of alternative code for alternative dialects.
|
Class and Description |
---|
CrossJoinArg
"Light version" of a
TupleConstraint ,
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 a select
statement and generate it in database-specific SQL syntax. |
TupleConstraint
Restricts the SQL result of
TupleReader . |
Class and Description |
---|
SqlQuery
SqlQuery allows us to build a select
statement and generate it in database-specific SQL syntax. |
Class and Description |
---|
SqlQuery
SqlQuery allows us to build a select
statement and generate it in database-specific SQL syntax. |
Class and Description |
---|
CrossJoinArg
"Light version" of a
TupleConstraint ,
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 a select
statement and generate it in database-specific SQL syntax. |
TupleConstraint
Restricts the SQL result of
TupleReader . |
Copyright © 2020 Hitachi Vantara. All rights reserved.