Uses of Class
io.vertx.rxjava.jdbcclient.JDBCPool
-
Packages that use JDBCPool Package Description io.vertx.rxjava.jdbcclient -
-
Uses of JDBCPool in io.vertx.rxjava.jdbcclient
Fields in io.vertx.rxjava.jdbcclient with type parameters of type JDBCPool Modifier and Type Field Description static TypeArg<JDBCPool>JDBCPool. __TYPE_ARGMethods in io.vertx.rxjava.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)Deprecated.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 and the#DEFAULT_DATA_SOURCE_PROVIDER default data source provider.static JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions, io.vertx.ext.jdbc.spi.DataSourceProvider provider)Create a JDBC pool which maintains its own data source, with the specified providerstatic 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)Deprecated.
-