public interface DataSourceFactory<D extends CommonDataSource,P extends PooledConnection>
| Modifier and Type | Method and Description |
|---|---|
D |
constructDataSource(String jdbcUrl,
String user,
String password) |
Class<D> |
getDataSourceClass() |
Class<P> |
getPooledConnectionClass() |
D constructDataSource(String jdbcUrl, String user, String password) throws SQLException
SQLExceptionCopyright © 2017. All rights reserved.