Uses of Interface
mondrian.olap.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
Modifier and TypeClassDescriptionclass
ConnectionBase
implements some of the methods inConnection
.Modifier and TypeMethodDescriptionstatic Connection
DriverManager.getConnection
(String connectString, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine using a connect string and a catalog locator.static Connection
DriverManager.getConnection
(Util.PropertyList properties, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine.static Connection
DriverManager.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()
Modifier and TypeMethodDescriptionstatic MondrianServer
MondrianServer.forConnection
(Connection connection) Returns the MondrianServer that hosts a given connection. -
Uses of Connection in mondrian.rolap
Modifier and TypeClassDescriptionclass
ARolapConnection
is a connection to a Mondrian OLAP Server.Modifier and TypeMethodDescriptionvoid
ScenarioImpl.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
Modifier and TypeMethodDescriptionCmdRunner.getConnection()
Gets a connection to Mondrian.CmdRunner.getConnection
(boolean fresh) Gets a Mondrian connection, creating a new one if fresh is true.