Uses of Interface
org.olap4j.OlapConnection
Packages that use OlapConnection
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
Provides an API for parsing statements and expressions in the MDX language.
Provides classes and interfaces for browsing an OLAP schema.
-
Uses of OlapConnection in org.olap4j
Methods in org.olap4j that return OlapConnectionModifier and TypeMethodDescriptionOlapDatabaseMetaData.getConnection()OlapDataSource.getConnection()OlapDataSource.getConnection(String username, String password) OlapStatement.getConnection()Retrieves theOlapConnectionobject that produced thisOlapStatementobject. -
Uses of OlapConnection in org.olap4j.mdx.parser
Methods in org.olap4j.mdx.parser with parameters of type OlapConnectionModifier and TypeMethodDescriptionMdxParserFactory.createMdxParser(OlapConnection connection) Creates an MDX parser.MdxParserFactory.createMdxValidator(OlapConnection connection) Creates an MDX validator. -
Uses of OlapConnection in org.olap4j.metadata
Methods in org.olap4j.metadata that return OlapConnectionModifier and TypeMethodDescriptionDatabase.getOlapConnection()Retrieves the parentOlapConnectionof this Database object.