Package | Description |
---|---|
io.vertx.rxjava.mssqlclient |
Modifier and Type | Field and Description |
---|---|
static TypeArg<MSSQLPool> |
MSSQLPool.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MSSQLPool |
MSSQLPool.newInstance(MSSQLPool arg) |
static MSSQLPool |
MSSQLPool.pool(MSSQLConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the SQL server configured with the given
connectOptions and poolOptions . |
static MSSQLPool |
MSSQLPool.pool(String connectionUri)
Like
pool(java.lang.String) with a default poolOptions . |
static MSSQLPool |
MSSQLPool.pool(String connectionUri,
PoolOptions poolOptions)
|
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
MSSQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool(java.lang.String) with a specific instance. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
String connectionUri)
Like
pool(java.lang.String) with a default poolOptions .. |
static MSSQLPool |
MSSQLPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
Copyright © 2021 Eclipse. All rights reserved.