Uses of Class
io.vertx.mutiny.jdbcclient.JDBCPool
- 
Packages that use JDBCPool Package Description io.vertx.mutiny.jdbcclient  - 
- 
Uses of JDBCPool in io.vertx.mutiny.jdbcclient
Fields in io.vertx.mutiny.jdbcclient with type parameters of type JDBCPool Modifier and Type Field Description static TypeArg<JDBCPool>JDBCPool. __TYPE_ARGMethods in io.vertx.mutiny.jdbcclient that return JDBCPool Modifier and Type Method Description static JDBCPoolJDBCPool. newInstance(io.vertx.jdbcclient.JDBCPool arg)static JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.core.json.JsonObject config)static JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.ext.jdbc.spi.DataSourceProvider dataSourceProvider)static JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)static JDBCPoolJDBCPool. pool(Vertx vertx, DataSource dataSource)static JDBCPoolJDBCPool. pool(Vertx vertx, DataSource dataSource, io.vertx.core.json.JsonObject config) 
 -