Package mondrian.olap4j
olap4j driver for the Mondrian OLAP engine.
-
Interface Summary Interface Description CatalogFinder Strategy to locate schemas and catalogs.Factory Instantiates classes to implement the olap4j API against the Mondrian OLAP engine.IMondrianOlap4jProperty Wraps to provide information about level that contains current property -
Class Summary Class Description EmptyResultSet Implementation ofResultSet
which returns 0 rows.FactoryJdbc41Impl Implementation ofFactory
for JDBC 4.1.FactoryJdbc4Plus Abstract JDBC classes, for JDBC 4.0 and 4.1.FactoryJdbc4Plus.AbstractCellSet FactoryJdbc4Plus.AbstractConnection FactoryJdbc4Plus.AbstractDatabaseMetaData FactoryJdbc4Plus.AbstractEmptyResultSet FactoryJdbc4Plus.AbstractPreparedStatement MondrianInprocProxy Proxy which implements XMLA requests by talking to mondrian in-process.MondrianOlap4jCatalog Implementation ofCatalog
for the Mondrian OLAP engine.MondrianOlap4jCell Implementation ofCell
for the Mondrian OLAP engine.MondrianOlap4jCellSet Implementation ofCellSet
for the Mondrian OLAP engine.MondrianOlap4jCellSetAxis Implementation ofCellSetAxis
for the Mondrian OLAP engine.MondrianOlap4jCellSetAxisMetaData Implementation ofCellSetMetaData
for the Mondrian OLAP engine.MondrianOlap4jCellSetMetaData Implementation ofCellSetMetaData
for the Mondrian OLAP engine.MondrianOlap4jConnection Implementation ofOlapConnection
for the Mondrian OLAP engine.MondrianOlap4jConnection.Helper Package-private helper class which encapsulates policies which are common throughout the driver.MondrianOlap4jCube Implementation ofCube
for the Mondrian OLAP engine.MondrianOlap4jDatabase Implementation ofDatabase
for the Mondrian OLAP engine.MondrianOlap4jDatabaseMetaData Implementation ofOlapDatabaseMetaData
for the Mondrian OLAP engine.MondrianOlap4jDimension Implementation ofDimension
for the Mondrian OLAP engine.MondrianOlap4jDriver Olap4j driver for Mondrian.MondrianOlap4jDriverVersion Version information for the Mondrian olap4j driver.MondrianOlap4jExtra Provides access to internals of mondrian's olap4j driver that are not part of the olap4j API.MondrianOlap4jHierarchy Implementation ofHierarchy
for the Mondrian OLAP engine.MondrianOlap4jLevel Implementation ofLevel
for the Mondrian OLAP engine.MondrianOlap4jMeasure Implementation ofMeasure
for the Mondrian OLAP engine, as a wrapper around a mondrianRolapStoredMeasure
.MondrianOlap4jMember MondrianOlap4jMetadataElement Basic features of metadata elements in Mondrian's olap4j driver.MondrianOlap4jNamedSet Implementation ofNamedSet
for the Mondrian OLAP engine.MondrianOlap4jPreparedStatement Implementation ofPreparedOlapStatement
for the Mondrian OLAP engine.MondrianOlap4jProperty MondrianOlap4jSchema Implementation ofSchema
for the Mondrian OLAP engine.MondrianOlap4jStatement Implementation ofOlapStatement
for the Mondrian OLAP engine.Unsafe Access to non-public methods in the package of the mondrian olap4j driver.XmlaExtraTest