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