Uses of Class
io.vertx.mutiny.jdbcclient.JDBCPool
Packages that use JDBCPool
-
Uses of JDBCPool in io.vertx.mutiny.jdbcclient
Fields in io.vertx.mutiny.jdbcclient with type parameters of type JDBCPoolMethods in io.vertx.mutiny.jdbcclient that return JDBCPoolModifier and TypeMethodDescriptionstatic JDBCPool
JDBCPool.newInstance
(io.vertx.jdbcclient.JDBCPool arg) static JDBCPool
Deprecated.static JDBCPool
static JDBCPool
JDBCPool.pool
(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions) static JDBCPool
JDBCPool.pool
(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions, io.vertx.ext.jdbc.spi.DataSourceProvider provider) static JDBCPool
JDBCPool.pool
(Vertx vertx, DataSource dataSource) static JDBCPool
JDBCPool.pool
(Vertx vertx, DataSource dataSource, io.vertx.core.json.JsonObject config) Deprecated.
pool(Vertx, JDBCConnectOptions, PoolOptions)