public interface DataSourceProvider
Modifier and Type | Method and Description |
---|---|
void |
close(DataSource dataSource) |
DataSource |
getDataSource(JsonObject config) |
int |
maximumPoolSize(DataSource dataSource,
JsonObject config) |
int maximumPoolSize(DataSource dataSource, JsonObject config) throws SQLException
SQLException
DataSource getDataSource(JsonObject config) throws SQLException
SQLException
void close(DataSource dataSource) throws SQLException
SQLException
Copyright © 2021 Eclipse. All rights reserved.