Uses of Interface
io.vertx.mysqlclient.MySQLConnection
-
Packages that use MySQLConnection Package Description io.vertx.mysqlclient io.vertx.reactivex.mysqlclient io.vertx.rxjava3.mysqlclient -
-
Uses of MySQLConnection in io.vertx.mysqlclient
Methods in io.vertx.mysqlclient that return MySQLConnection Modifier and Type Method Description static MySQLConnection
MySQLConnection. cast(SqlConnection sqlConnection)
Cast aSqlConnection
toMySQLConnection
.MySQLConnection
MySQLConnection. closeHandler(Handler<Void> handler)
Set an handler called when the connection is closed.MySQLConnection
MySQLConnection. exceptionHandler(Handler<Throwable> handler)
Set an handler called with connection errors.Methods in io.vertx.mysqlclient that return types with arguments of type MySQLConnection Modifier and Type Method Description static Future<MySQLConnection>
MySQLConnection. connect(Vertx vertx, MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the givenconnectOptions
.static Future<MySQLConnection>
MySQLConnection. connect(Vertx vertx, String connectionUri)
Likeconnect(Vertx, MySQLConnectOptions)
with options built fromconnectionUri
. -
Uses of MySQLConnection in io.vertx.reactivex.mysqlclient
Methods in io.vertx.reactivex.mysqlclient that return MySQLConnection Modifier and Type Method Description MySQLConnection
MySQLConnection. getDelegate()
Methods in io.vertx.reactivex.mysqlclient with parameters of type MySQLConnection Modifier and Type Method Description static MySQLConnection
MySQLConnection. newInstance(MySQLConnection arg)
Constructors in io.vertx.reactivex.mysqlclient with parameters of type MySQLConnection Constructor Description MySQLConnection(MySQLConnection delegate)
-
Uses of MySQLConnection in io.vertx.rxjava3.mysqlclient
Methods in io.vertx.rxjava3.mysqlclient that return MySQLConnection Modifier and Type Method Description MySQLConnection
MySQLConnection. getDelegate()
Methods in io.vertx.rxjava3.mysqlclient with parameters of type MySQLConnection Modifier and Type Method Description static MySQLConnection
MySQLConnection. newInstance(MySQLConnection arg)
Constructors in io.vertx.rxjava3.mysqlclient with parameters of type MySQLConnection Constructor Description MySQLConnection(MySQLConnection delegate)
-