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