public interface MSSQLPool extends Pool
pool of SQL Server connections.| Modifier and Type | Method and Description |
|---|---|
static MSSQLPool |
pool(MSSQLConnectOptions connectOptions,
PoolOptions poolOptions)
Create a connection pool to the SQL server configured with the given
connectOptions and poolOptions. |
static MSSQLPool |
pool(Vertx vertx,
MSSQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool(MSSQLConnectOptions, PoolOptions) with a specific Vertx instance. |
close, getConnection, getConnection, pool, pool, pool, preparedQuery, query, withConnection, withConnection, withTransaction, withTransactionstatic MSSQLPool pool(MSSQLConnectOptions connectOptions, PoolOptions poolOptions)
connectOptions and poolOptions.connectOptions - the options for the connectionpoolOptions - the options for creating the poolstatic MSSQLPool pool(Vertx vertx, MSSQLConnectOptions connectOptions, PoolOptions poolOptions)
pool(MSSQLConnectOptions, PoolOptions) with a specific Vertx instance.Copyright © 2021 Eclipse. All rights reserved.