| Package | Description |
|---|---|
| io.vertx.mssqlclient |
| Modifier and Type | Method and Description |
|---|---|
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(Vertx vertx,
MSSQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool(MSSQLConnectOptions, PoolOptions) with a specific Vertx instance. |
Copyright © 2021 Eclipse. All rights reserved.