Uses of Interface
io.vertx.mysqlclient.MySQLConnection
-
Packages that use MySQLConnection Package Description io.vertx.mysqlclient -
-
Uses of MySQLConnection in io.vertx.mysqlclient
Methods in io.vertx.mysqlclient that return MySQLConnection Modifier and Type Method Description static MySQLConnectionMySQLConnection. cast(SqlConnection sqlConnection)Cast aSqlConnectiontoMySQLConnection.MySQLConnectionMySQLConnection. closeHandler(Handler<Void> handler)MySQLConnectionMySQLConnection. exceptionHandler(Handler<Throwable> handler)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.
-