Interface DataSourceFactory<D extends CommonDataSource,P extends PooledConnection>
- All Known Implementing Classes:
DriverManagerDataSourceFactory
public interface DataSourceFactory<D extends CommonDataSource,P extends PooledConnection>
-
Method Summary
Modifier and TypeMethodDescriptionconstructDataSource(String jdbcUrl, String user, String password)
-
Method Details
-
getPooledConnectionClass
-
getDataSourceClass
-
constructDataSource
- Throws:
SQLException
-