Package | Description |
---|---|
io.vertx.reactivex.mssqlclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MSSQLPool> |
MSSQLPool.__TYPE_ARG
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MSSQLPool |
MSSQLPool.connectHandler(Handler<SqlConnection> handler)
Deprecated.
|
MSSQLPool |
MSSQLPool.connectionProvider(java.util.function.Function<Context,Future<SqlConnection>> provider)
Deprecated.
|
MSSQLPool |
MSSQLPool.connectionProvider(Function<Context,Single<SqlConnection>> provider)
Deprecated.
|
static MSSQLPool |
MSSQLPool.newInstance(MSSQLPool arg)
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(java.lang.String) with default options. |
static MSSQLPool |
MSSQLPool.pool(String connectionUri,
PoolOptions options)
Deprecated.
|
static MSSQLPool |
MSSQLPool.pool(java.util.function.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(java.lang.String) with a specific instance. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
MSSQLConnectOptions database,
PoolOptions options)
Deprecated.
Like
pool(java.lang.String) with a specific instance. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
String connectionUri)
Deprecated.
Like
pool(java.lang.String) with default options. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions options)
Deprecated.
|
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
PoolOptions options)
Deprecated.
Like
pool(java.lang.String) with a specific instance. |
Copyright © 2025 Eclipse. All rights reserved.