Uses of Class
io.vertx.mutiny.mssqlclient.MSSQLConnection
Packages that use MSSQLConnection
-
Uses of MSSQLConnection in io.vertx.mutiny.mssqlclient
Fields in io.vertx.mutiny.mssqlclient with type parameters of type MSSQLConnectionModifier and TypeFieldDescriptionstatic final TypeArg<MSSQLConnection>MSSQLConnection.__TYPE_ARGMethods in io.vertx.mutiny.mssqlclient that return MSSQLConnectionModifier and TypeMethodDescriptionMSSQLConnection.beginAndForget()Begin a transaction and returns aTransactionfor controlling and tracking this transaction.static MSSQLConnectionMSSQLConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoMSSQLConnection.MSSQLConnection.closeAndForget()Close the client and release the associated resources.MSSQLConnection.closeHandler(Runnable handler) Set an handler called when the connection is closed.static MSSQLConnectionMSSQLConnection.connectAndAwait(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.static MSSQLConnectionMSSQLConnection.connectAndAwait(Vertx vertx, String connectionUri) Likeconnect(Vertx, MSSQLConnectOptions)with options built fromconnectionUri.MSSQLConnection.exceptionHandler(Consumer<Throwable> handler) Set an handler called with connection errors.MSSQLConnection.infoHandler(Consumer<io.vertx.mssqlclient.MSSQLInfo> handler) Set a handler called when the connection receives an informational message from the server.static MSSQLConnectionMSSQLConnection.newInstance(io.vertx.mssqlclient.MSSQLConnection delegate) Creates a new instance of theMSSQLConnection.MSSQLConnection.prepareAndForget(String sql) Create a prepared statement using the givensqlstring.MSSQLConnection.prepareAndForget(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.Methods in io.vertx.mutiny.mssqlclient that return types with arguments of type MSSQLConnectionModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<MSSQLConnection>Create a connection to SQL Server with the givenconnectOptions.static io.smallrye.mutiny.Uni<MSSQLConnection>Likeconnect(Vertx, MSSQLConnectOptions)with options built fromconnectionUri.