Uses of Interface
io.vertx.jdbcclient.JDBCPool
-
Packages that use JDBCPool Package Description io.vertx.reactivex.jdbcclient io.vertx.rxjava3.jdbcclient -
-
Uses of JDBCPool in io.vertx.reactivex.jdbcclient
Methods in io.vertx.reactivex.jdbcclient that return JDBCPool Modifier and Type Method Description JDBCPool
JDBCPool. getDelegate()
Methods in io.vertx.reactivex.jdbcclient with parameters of type JDBCPool Modifier and Type Method Description static JDBCPool
JDBCPool. newInstance(JDBCPool arg)
Constructors in io.vertx.reactivex.jdbcclient with parameters of type JDBCPool Constructor Description JDBCPool(JDBCPool delegate)
-
Uses of JDBCPool in io.vertx.rxjava3.jdbcclient
Methods in io.vertx.rxjava3.jdbcclient that return JDBCPool Modifier and Type Method Description JDBCPool
JDBCPool. getDelegate()
Methods in io.vertx.rxjava3.jdbcclient with parameters of type JDBCPool Modifier and Type Method Description static JDBCPool
JDBCPool. newInstance(JDBCPool arg)
Constructors in io.vertx.rxjava3.jdbcclient with parameters of type JDBCPool Constructor Description JDBCPool(JDBCPool delegate)
-