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
Connections.
- Since:
- Mar 25, 2008
- Author:
- jhyde
-
Method Summary
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLoggerMethods inherited from interface javax.sql.DataSource
createConnectionBuilder, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriterMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getConnection
- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-