Uses of Class
io.vertx.rxjava3.mysqlclient.MySQLConnection
Packages that use MySQLConnection
-
Uses of MySQLConnection in io.vertx.rxjava3.mysqlclient
Fields in io.vertx.rxjava3.mysqlclient with type parameters of type MySQLConnectionModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<MySQLConnection> MySQLConnection.__TYPE_ARGMethods in io.vertx.rxjava3.mysqlclient that return MySQLConnectionModifier and TypeMethodDescriptionstatic MySQLConnectionMySQLConnection.cast(SqlConnection sqlConnection) Cast a toMySQLConnection.MySQLConnection.closeHandler(Handler<Void> handler) MySQLConnection.exceptionHandler(Handler<Throwable> handler) static MySQLConnectionMySQLConnection.newInstance(MySQLConnection arg) Methods in io.vertx.rxjava3.mysqlclient that return types with arguments of type MySQLConnectionModifier and TypeMethodDescriptionstatic Single<MySQLConnection> MySQLConnection.connect(Vertx vertx, MySQLConnectOptions connectOptions) Create a connection to MySQL server with the givenconnectOptions.static Single<MySQLConnection> LikeMySQLConnection.connect(Vertx, MySQLConnectOptions)with options built fromconnectionUri.static Single<MySQLConnection> MySQLConnection.rxConnect(Vertx vertx, MySQLConnectOptions connectOptions) Create a connection to MySQL server with the givenconnectOptions.static Single<MySQLConnection> LikeMySQLConnection.connect(Vertx, MySQLConnectOptions)with options built fromconnectionUri.