Uses of Interface
io.vertx.mysqlclient.MySQLConnection
Packages that use MySQLConnection
Package
Description
-
Uses of MySQLConnection in io.vertx.mysqlclient
Methods in io.vertx.mysqlclient that return MySQLConnectionModifier and TypeMethodDescriptionstatic MySQLConnectionMySQLConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoMySQLConnection.MySQLConnection.closeHandler(Handler<Void> handler) Set an handler called when the connection is closed.MySQLConnection.exceptionHandler(Handler<Throwable> handler) Set an handler called with connection errors.Methods in io.vertx.mysqlclient that return types with arguments of type MySQLConnectionModifier and TypeMethodDescriptionstatic Future<MySQLConnection> MySQLConnection.connect(Vertx vertx, MySQLConnectOptions connectOptions) Create a connection to MySQL server with the givenconnectOptions.static Future<MySQLConnection> LikeMySQLConnection.connect(Vertx, MySQLConnectOptions)with options built fromconnectionUri. -
Uses of MySQLConnection in io.vertx.reactivex.mysqlclient
Methods in io.vertx.reactivex.mysqlclient that return MySQLConnectionMethods in io.vertx.reactivex.mysqlclient with parameters of type MySQLConnectionModifier and TypeMethodDescriptionstatic MySQLConnectionMySQLConnection.newInstance(MySQLConnection arg) Constructors in io.vertx.reactivex.mysqlclient with parameters of type MySQLConnection -
Uses of MySQLConnection in io.vertx.rxjava3.mysqlclient
Methods in io.vertx.rxjava3.mysqlclient that return MySQLConnectionMethods in io.vertx.rxjava3.mysqlclient with parameters of type MySQLConnectionModifier and TypeMethodDescriptionstatic MySQLConnectionMySQLConnection.newInstance(MySQLConnection arg) Constructors in io.vertx.rxjava3.mysqlclient with parameters of type MySQLConnection