public class MSSQLPool extends Pool
SQL Server connections
.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<MSSQLPool> |
__TYPE_ARG |
Constructor and Description |
---|
MSSQLPool(io.vertx.mssqlclient.MSSQLPool delegate) |
MSSQLPool(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.mssqlclient.MSSQLPool |
getDelegate() |
int |
hashCode() |
static MSSQLPool |
newInstance(io.vertx.mssqlclient.MSSQLPool arg) |
static MSSQLPool |
pool(io.vertx.mssqlclient.MSSQLConnectOptions connectOptions,
io.vertx.sqlclient.PoolOptions poolOptions)
Create a connection pool to the SQL server configured with the given
connectOptions and poolOptions . |
static MSSQLPool |
pool(String connectionUri)
Like
pool(java.lang.String) with a default poolOptions . |
static MSSQLPool |
pool(String connectionUri,
io.vertx.sqlclient.PoolOptions poolOptions)
|
static MSSQLPool |
pool(Vertx vertx,
io.vertx.mssqlclient.MSSQLConnectOptions connectOptions,
io.vertx.sqlclient.PoolOptions poolOptions)
Like
pool(java.lang.String) with a specific instance. |
static MSSQLPool |
pool(Vertx vertx,
String connectionUri)
Like
pool(java.lang.String) with a default poolOptions .. |
static MSSQLPool |
pool(Vertx vertx,
String connectionUri,
io.vertx.sqlclient.PoolOptions poolOptions)
|
String |
toString() |
close, close, getConnection, getConnection, newInstance, pool, pool, pool, preparedQuery, query, rxClose, rxGetConnection, rxWithConnection, rxWithTransaction, withConnection, withConnection, withTransaction, withTransaction
newInstance
public MSSQLPool(io.vertx.mssqlclient.MSSQLPool delegate)
public MSSQLPool(Object delegate)
public io.vertx.mssqlclient.MSSQLPool getDelegate()
getDelegate
in class Pool
public static MSSQLPool pool(String connectionUri)
pool(java.lang.String)
with a default poolOptions
.connectionUri
- public static MSSQLPool pool(String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)
connectionUri
- poolOptions
- public static MSSQLPool pool(Vertx vertx, String connectionUri)
pool(java.lang.String)
with a default poolOptions
..vertx
- connectionUri
- public static MSSQLPool pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)
vertx
- connectionUri
- poolOptions
- public static MSSQLPool pool(io.vertx.mssqlclient.MSSQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
connectOptions
and poolOptions
.connectOptions
- the options for the connectionpoolOptions
- the options for creating the poolpublic static MSSQLPool pool(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
pool(java.lang.String)
with a specific instance.vertx
- connectOptions
- poolOptions
- public static MSSQLPool newInstance(io.vertx.mssqlclient.MSSQLPool arg)
Copyright © 2021 Eclipse. All rights reserved.