Uses of Class
io.vertx.reactivex.jdbcclient.JDBCPool
-
Packages that use JDBCPool Package Description io.vertx.reactivex.jdbcclient -
-
Uses of JDBCPool in io.vertx.reactivex.jdbcclient
Fields in io.vertx.reactivex.jdbcclient with type parameters of type JDBCPool Modifier and Type Field Description static TypeArg<JDBCPool>JDBCPool. __TYPE_ARGMethods in io.vertx.reactivex.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)Create a JDBC pool which maintains its own data source.static JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.ext.jdbc.spi.DataSourceProvider dataSourceProvider)Create a JDBC pool which maintains its own data source.static JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)Create a JDBC pool which maintains its own data source.static JDBCPoolJDBCPool. pool(Vertx vertx, DataSource dataSource)Create a JDBC pool using a pre-initialized data source.static JDBCPoolJDBCPool. pool(Vertx vertx, DataSource dataSource, io.vertx.core.json.JsonObject config)Create a JDBC pool using a pre-initialized data source.
-