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_ARG
Methods in io.vertx.mutiny.mysqlclient that return MySQLPool Modifier and Type Method Description static MySQLPool
MySQLPool. newInstance(io.vertx.mysqlclient.MySQLPool arg)
static MySQLPool
MySQLPool. pool(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
static MySQLPool
MySQLPool. pool(Vertx vertx, String connectionUri)
static MySQLPool
MySQLPool. pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)
static MySQLPool
MySQLPool. pool(io.vertx.mysqlclient.MySQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
static MySQLPool
MySQLPool. pool(String connectionUri)
static MySQLPool
MySQLPool. pool(String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)
-