public class C3P0DataSourceProvider extends Object implements DataSourceProvider
| Constructor and Description |
|---|
C3P0DataSourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(DataSource dataSource) |
DataSource |
getDataSource(JsonObject config) |
int |
maximumPoolSize(DataSource dataSource,
JsonObject config) |
public DataSource getDataSource(JsonObject config) throws SQLException
getDataSource in interface DataSourceProviderSQLExceptionpublic void close(DataSource dataSource) throws SQLException
close in interface DataSourceProviderSQLExceptionpublic int maximumPoolSize(DataSource dataSource, JsonObject config) throws SQLException
maximumPoolSize in interface DataSourceProviderSQLExceptionCopyright © 2020. All rights reserved.