Uses of Interface
io.vertx.mssqlclient.MSSQLConnection
-
Packages that use MSSQLConnection Package Description io.vertx.mssqlclient -
-
Uses of MSSQLConnection in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient that return MSSQLConnection Modifier and Type Method Description static MSSQLConnectionMSSQLConnection. cast(SqlConnection sqlConnection)Cast aSqlConnectiontoMSSQLConnection.MSSQLConnectionMSSQLConnection. closeHandler(Handler<Void> handler)MSSQLConnectionMSSQLConnection. exceptionHandler(Handler<Throwable> handler)MSSQLConnectionMSSQLConnection. infoHandler(Handler<MSSQLInfo> handler)Set a handler called when the connection receives an informational message from the server.Methods in io.vertx.mssqlclient that return types with arguments of type MSSQLConnection Modifier and Type Method Description static Future<MSSQLConnection>MSSQLConnection. connect(Vertx vertx, MSSQLConnectOptions connectOptions)Create a connection to SQL Server with the givenconnectOptions.static Future<MSSQLConnection>MSSQLConnection. connect(Vertx vertx, String connectionUri)Likeconnect(Vertx, MSSQLConnectOptions)with options built fromconnectionUri.
-