Uses of Class
io.vertx.rxjava.mysqlclient.MySQLPool
-
Packages that use MySQLPool Package Description io.vertx.rxjava.mysqlclient -
-
Uses of MySQLPool in io.vertx.rxjava.mysqlclient
Fields in io.vertx.rxjava.mysqlclient with type parameters of type MySQLPool Modifier and Type Field Description static TypeArg<MySQLPool>MySQLPool. __TYPE_ARGMethods in io.vertx.rxjava.mysqlclient that return MySQLPool Modifier and Type Method Description MySQLPoolMySQLPool. connectHandler(Handler<SqlConnection> handler)MySQLPoolMySQLPool. connectionProvider(Function<Context,Future<SqlConnection>> provider)static MySQLPoolMySQLPool. newInstance(MySQLPool arg)static MySQLPoolMySQLPool. pool(MySQLConnectOptions database, PoolOptions options)Create a connection pool to the MySQLserverconfigured with the givenoptions.static MySQLPoolMySQLPool. pool(Vertx vertx, MySQLConnectOptions database, PoolOptions options)Likepool(java.lang.String)with a specific instance.static MySQLPoolMySQLPool. pool(Vertx vertx, String connectionUri)Likepool(java.lang.String)with default options.static MySQLPoolMySQLPool. pool(Vertx vertx, String connectionUri, PoolOptions options)static MySQLPoolMySQLPool. pool(Vertx vertx, List<MySQLConnectOptions> databases, PoolOptions options)Likepool(java.lang.String)with a specific instance.static MySQLPoolMySQLPool. pool(String connectionUri)Likepool(java.lang.String)with default options.static MySQLPoolMySQLPool. pool(String connectionUri, PoolOptions options)static MySQLPoolMySQLPool. pool(List<MySQLConnectOptions> databases, PoolOptions options)Create a connection pool to the MySQLdatabaseswith round-robin selection.
-