Package | Description |
---|---|
io.vertx.mssqlclient | |
io.vertx.reactivex.mssqlclient | |
io.vertx.rxjava.mssqlclient | |
io.vertx.rxjava3.mssqlclient |
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.
|
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(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(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,
java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
PoolOptions options)
Deprecated.
Like
pool(Supplier, PoolOptions) with a specific Vertx instance. |
Modifier and Type | Method and Description |
---|---|
MSSQLPool |
MSSQLPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MSSQLPool |
MSSQLPool.newInstance(MSSQLPool arg) |
Constructor and Description |
---|
MSSQLPool(MSSQLPool delegate) |
Modifier and Type | Method and Description |
---|---|
MSSQLPool |
MSSQLPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MSSQLPool |
MSSQLPool.newInstance(MSSQLPool arg) |
Constructor and Description |
---|
MSSQLPool(MSSQLPool delegate) |
Modifier and Type | Method and Description |
---|---|
MSSQLPool |
MSSQLPool.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MSSQLPool |
MSSQLPool.newInstance(MSSQLPool arg) |
Constructor and Description |
---|
MSSQLPool(MSSQLPool delegate) |
Copyright © 2024 Eclipse. All rights reserved.