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(String connectionUri)
Like
pool(String, PoolOptions) with a default poolOptions . |
static MSSQLPool |
pool(String connectionUri,
PoolOptions poolOptions)
|
static MSSQLPool |
pool(io.vertx.core.Vertx vertx,
MSSQLConnectOptions connectOptions,
PoolOptions poolOptions)
Like
pool(MSSQLConnectOptions, PoolOptions) with a specific Vertx instance. |
static MSSQLPool |
pool(io.vertx.core.Vertx vertx,
String connectionUri)
Like
pool(Vertx, String, PoolOptions) with a default poolOptions .. |
static MSSQLPool |
pool(io.vertx.core.Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
|
close, getConnection, getConnection, pool, pool, pool, preparedQuery, query, withConnection, withConnection, withTransaction, withTransaction
static MSSQLPool pool(String connectionUri)
pool(String, PoolOptions)
with a default poolOptions
.static MSSQLPool pool(String connectionUri, PoolOptions poolOptions)
static MSSQLPool pool(io.vertx.core.Vertx vertx, String connectionUri)
pool(Vertx, String, PoolOptions)
with a default poolOptions
..static MSSQLPool pool(io.vertx.core.Vertx vertx, String connectionUri, PoolOptions poolOptions)
static MSSQLPool pool(MSSQLConnectOptions connectOptions, PoolOptions poolOptions)
connectOptions
and poolOptions
.connectOptions
- the options for the connectionpoolOptions
- the options for creating the poolstatic MSSQLPool pool(io.vertx.core.Vertx vertx, MSSQLConnectOptions connectOptions, PoolOptions poolOptions)
pool(MSSQLConnectOptions, PoolOptions)
with a specific Vertx
instance.Copyright © 2021 Eclipse. All rights reserved.