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 classConnectionBaseConnectionBaseimplements some of the methods inConnection.Methods in mondrian.olap that return Connection Modifier and Type Method Description static 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.ConnectionQuery. getConnection()Methods in mondrian.olap with parameters of type Connection Modifier and Type Method Description static MondrianServerMondrianServer. 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 classRolapConnectionARolapConnectionis a connection to a Mondrian OLAP Server.Methods in mondrian.rolap with parameters of type Connection Modifier and Type Method Description voidScenarioImpl. 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 ConnectionCmdRunner. getConnection()Gets a connection to Mondrian.ConnectionCmdRunner. getConnection(boolean fresh)Gets a Mondrian connection, creating a new one if fresh is true.
-