Uses of Interface
mondrian.olap.Connection
Packages that use Connection
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.
Text user interface for Mondrian.
-
Uses of Connection in mondrian.olap
Classes in mondrian.olap that implement ConnectionModifier and TypeClassDescriptionclassConnectionBaseimplements some of the methods inConnection.Methods in mondrian.olap that return ConnectionModifier and TypeMethodDescriptionstatic ConnectionDriverManager.getConnection(String connectString, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine using a connect string and a catalog locator.static ConnectionDriverManager.getConnection(Util.PropertyList properties, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine.static ConnectionDriverManager.getConnection(Util.PropertyList properties, CatalogLocator locator, DataSource dataSource) Creates a connection to a Mondrian OLAP Engine using a list of connection properties, a catalog locator, and a JDBC data source.Query.getConnection()Methods in mondrian.olap with parameters of type ConnectionModifier and TypeMethodDescriptionstatic MondrianServerMondrianServer.forConnection(Connection connection) Returns the MondrianServer that hosts a given connection. -
Uses of Connection in mondrian.rolap
Classes in mondrian.rolap that implement ConnectionModifier and TypeClassDescriptionclassARolapConnectionis a connection to a Mondrian OLAP Server.Methods in mondrian.rolap with parameters of type ConnectionModifier and TypeMethodDescriptionvoidScenarioImpl.setCellValue(Connection connection, List<RolapMember> members, double newValue, double currentValue, org.olap4j.AllocationPolicy allocationPolicy, Object[] allocationArgs) Sets the value of a cell. -
Uses of Connection in mondrian.tui
Methods in mondrian.tui that return ConnectionModifier and TypeMethodDescriptionCmdRunner.getConnection()Gets a connection to Mondrian.CmdRunner.getConnection(boolean fresh) Gets a Mondrian connection, creating a new one if fresh is true.