Package org.olap4j
Interface OlapDataSource
- All Superinterfaces:
CommonDataSource
,DataSource
,Wrapper
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
Connection
s.
- Since:
- Mar 25, 2008
- Author:
- jhyde
-
Method Summary
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getConnection
- Specified by:
getConnection
in interfaceDataSource
- Throws:
SQLException
-
getConnection
- Specified by:
getConnection
in interfaceDataSource
- Throws:
SQLException
-