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