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 default options.MSSQLPool.pool(Vertx, String, PoolOptions)
with default options.MSSQLPool.pool(Vertx, MSSQLConnectOptions, PoolOptions)
with database
built from connectionUri
.database
configured with the given options
.MSSQLPool.pool(MSSQLConnectOptions, PoolOptions)
with a specific Vertx
instance.databases
with round-robin selection.MSSQLPool.pool(List, PoolOptions)
with a specific Vertx
instance.Copyright © 2021 Eclipse. All rights reserved.