SqlConnection
to MSSQLConnection
.connectOptions
.MSSQLConnection.connect(Vertx, MSSQLConnectOptions, Handler)
but returns a Future
of the asynchronous resultMSSQLConnection
.MSSQLConnectOptions
.RuntimeException
signals that an error occurred.pool
of SQL Server connections
.connectOptions
and poolOptions
.MSSQLPool.pool(MSSQLConnectOptions, PoolOptions)
with a specific Vertx
instance.Copyright © 2021 Eclipse. All rights reserved.