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