Package org.olap4j

Interface OlapDataSource

All Superinterfaces:
CommonDataSource, DataSource, Wrapper

public interface OlapDataSource extends DataSource

A factory for connections to the physical OLAP data source that this OlapDataSource object represents.

OlapDataSource is a refinement of DataSource whose getConnection methods return OlapConnection objects rather than mere Connections.

Since:
Mar 25, 2008
Author:
jhyde