| Package | Description |
|---|---|
| io.vertx.mssqlclient | |
| io.vertx.mssqlclient.spi |
| Modifier and Type | Method and Description |
|---|---|
MSSQLPool |
MSSQLPool.connectHandler(Handler<SqlConnection> handler) |
MSSQLPool |
MSSQLPool.connectionProvider(Function<Context,Future<SqlConnection>> provider) |
static MSSQLPool |
MSSQLPool.pool(List<MSSQLConnectOptions> databases,
PoolOptions options)
Create a connection pool to the SQL Server
databases with round-robin selection. |
static MSSQLPool |
MSSQLPool.pool(MSSQLConnectOptions database,
PoolOptions options)
Create a connection pool to the SQL server
database configured with the given options. |
static MSSQLPool |
MSSQLPool.pool(String connectionUri)
Like
pool(String, PoolOptions) with default options. |
static MSSQLPool |
MSSQLPool.pool(String connectionUri,
PoolOptions options)
|
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
List<MSSQLConnectOptions> databases,
PoolOptions options)
Like
pool(List, PoolOptions) with a specific Vertx instance. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
MSSQLConnectOptions database,
PoolOptions options)
Like
pool(MSSQLConnectOptions, PoolOptions) with a specific Vertx instance. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
String connectionUri)
Like
pool(Vertx, String, PoolOptions) with default options. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions options)
|
| Modifier and Type | Method and Description |
|---|---|
MSSQLPool |
MSSQLDriver.newPool(Vertx vertx,
List<? extends SqlConnectOptions> databases,
PoolOptions options,
io.vertx.core.impl.CloseFuture closeFuture) |
Copyright © 2021 Eclipse. All rights reserved.