Uses of Interface
org.olap4j.OlapStatement
Packages that use OlapStatement
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
-
Uses of OlapStatement in org.olap4j
Subinterfaces of OlapStatement in org.olap4jModifier and TypeInterfaceDescriptioninterface
An object that represents a precompiled OLAP statement.Methods in org.olap4j that return OlapStatementModifier and TypeMethodDescriptionOlapConnection.createStatement()
CellSet.getStatement()
Retrieves theOlapStatement
object that produced thisCellSet
object.