Uses of Interface
mondrian.olap.Connection
-
Packages that use Connection 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.tui Text user interface for Mondrian. -
-
Uses of Connection in mondrian.olap
Classes in mondrian.olap that implement Connection Modifier and Type Class Description class
ConnectionBase
ConnectionBase
implements some of the methods inConnection
.Methods in mondrian.olap that return Connection Modifier and Type Method Description static 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.Connection
Query. getConnection()
Methods in mondrian.olap with parameters of type Connection Modifier and Type Method Description static MondrianServer
MondrianServer. forConnection(Connection connection)
Returns the MondrianServer that hosts a given connection. -
Uses of Connection in mondrian.rolap
Classes in mondrian.rolap that implement Connection Modifier and Type Class Description class
RolapConnection
ARolapConnection
is a connection to a Mondrian OLAP Server.Methods in mondrian.rolap with parameters of type Connection Modifier and Type Method Description void
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
Methods in mondrian.tui that return Connection Modifier and Type Method Description Connection
CmdRunner. getConnection()
Gets a connection to Mondrian.Connection
CmdRunner. getConnection(boolean fresh)
Gets a Mondrian connection, creating a new one if fresh is true.
-