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.
| Modifier and Type | Method and Description |
|---|---|
OlapConnection |
getConnection() |
OlapConnection |
getConnection(String username,
String password) |
getLoginTimeout, getLogWriter, getParentLogger, setLoginTimeout, setLogWriterisWrapperFor, unwrapOlapConnection getConnection() throws SQLException
getConnection in interface DataSourceSQLExceptionOlapConnection getConnection(String username, String password) throws SQLException
getConnection in interface DataSourceSQLException