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
Connection
s.
Modifier and Type | Method and Description |
---|---|
OlapConnection |
getConnection() |
OlapConnection |
getConnection(String username,
String password) |
getLoginTimeout, getLogWriter, getParentLogger, setLoginTimeout, setLogWriter
isWrapperFor, unwrap
OlapConnection getConnection() throws SQLException
getConnection
in interface DataSource
SQLException
OlapConnection getConnection(String username, String password) throws SQLException
getConnection
in interface DataSource
SQLException