Uses of Class
io.vertx.mutiny.mysqlclient.MySQLPool
-
Packages that use MySQLPool Package Description io.vertx.mutiny.mysqlclient -
-
Uses of MySQLPool in io.vertx.mutiny.mysqlclient
Fields in io.vertx.mutiny.mysqlclient with type parameters of type MySQLPool Modifier and Type Field Description static TypeArg<MySQLPool>MySQLPool. __TYPE_ARGMethods in io.vertx.mutiny.mysqlclient that return MySQLPool Modifier and Type Method Description static MySQLPoolMySQLPool. newInstance(io.vertx.mysqlclient.MySQLPool arg)static MySQLPoolMySQLPool. pool(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)static MySQLPoolMySQLPool. pool(Vertx vertx, String connectionUri)static MySQLPoolMySQLPool. pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)static MySQLPoolMySQLPool. pool(io.vertx.mysqlclient.MySQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)static MySQLPoolMySQLPool. pool(String connectionUri)static MySQLPoolMySQLPool. pool(String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)
-