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