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_ARG
Methods in io.vertx.mutiny.jdbcclient that return JDBCPool Modifier and Type Method Description static JDBCPool
JDBCPool. newInstance(io.vertx.jdbcclient.JDBCPool arg)
static JDBCPool
JDBCPool. pool(Vertx vertx, io.vertx.core.json.JsonObject config)
static JDBCPool
JDBCPool. pool(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
-