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 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 io.reactivex.rxjava3.core.Single<MySQLConnection>MySQLConnection.connect(io.vertx.rxjava3.core.Vertx vertx, MySQLConnectOptions connectOptions) Create a connection to MySQL server with the givenconnectOptions.static io.reactivex.rxjava3.core.Single<MySQLConnection>Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)with options built fromconnectionUri.static io.reactivex.rxjava3.core.Single<MySQLConnection>MySQLConnection.rxConnect(io.vertx.rxjava3.core.Vertx vertx, MySQLConnectOptions connectOptions) Create a connection to MySQL server with the givenconnectOptions.static io.reactivex.rxjava3.core.Single<MySQLConnection>Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)with options built fromconnectionUri.