Package | Description |
---|---|
io.vertx.rxjava.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(io.vertx.core.Handler<SqlConnection> handler) |
MSSQLPool |
MSSQLPool.connectionProvider(Function<Context,io.vertx.core.Future<SqlConnection>> provider) |
static MSSQLPool |
MSSQLPool.newInstance(io.vertx.mssqlclient.MSSQLPool arg) |
static MSSQLPool |
MSSQLPool.pool(List<io.vertx.mssqlclient.MSSQLConnectOptions> databases,
io.vertx.sqlclient.PoolOptions options)
Create a connection pool to the SQL Server
databases with round-robin selection. |
static MSSQLPool |
MSSQLPool.pool(io.vertx.mssqlclient.MSSQLConnectOptions database,
io.vertx.sqlclient.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,
io.vertx.sqlclient.PoolOptions options)
|
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
List<io.vertx.mssqlclient.MSSQLConnectOptions> databases,
io.vertx.sqlclient.PoolOptions options)
Like
pool(java.lang.String) with a specific instance. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
io.vertx.mssqlclient.MSSQLConnectOptions database,
io.vertx.sqlclient.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,
io.vertx.sqlclient.PoolOptions options)
|
Copyright © 2022 Eclipse. All rights reserved.