Package | Description |
---|---|
io.vertx.mssqlclient | |
io.vertx.mssqlclient.spi | |
io.vertx.reactivex.mssqlclient | |
io.vertx.rxjava.mssqlclient | |
io.vertx.rxjava3.mssqlclient |
Modifier and Type | Method and Description |
---|---|
MSSQLPool |
MSSQLPool.connectHandler(Handler<SqlConnection> handler) |
MSSQLPool |
MSSQLPool.connectionProvider(java.util.function.Function<Context,Future<SqlConnection>> provider) |
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(String, PoolOptions) with default options. |
static MSSQLPool |
MSSQLPool.pool(String connectionUri,
PoolOptions options)
|
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
List<MSSQLConnectOptions> databases,
PoolOptions options)
Like
pool(List, PoolOptions) with a specific Vertx instance. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
MSSQLConnectOptions database,
PoolOptions options)
Like
pool(MSSQLConnectOptions, PoolOptions) with a specific Vertx instance. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
String connectionUri)
Like
pool(Vertx, String, PoolOptions) with default options. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions options)
|
Modifier and Type | Method and Description |
---|---|
MSSQLPool |
MSSQLDriver.createPool(Vertx vertx,
List<? extends SqlConnectOptions> databases,
PoolOptions options) |
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 © 2021 Eclipse. All rights reserved.