| Package | Description | 
|---|---|
| io.vertx.mssqlclient | |
| io.vertx.mssqlclient.spi | |
| io.vertx.reactivex.mssqlclient | |
| io.vertx.rxjava.mssqlclient | |
| io.vertx.rxjava3.mssqlclient | 
| Modifier and Type | Method and Description | 
|---|---|
static Future<MSSQLConnection> | 
MSSQLConnection.connect(Vertx vertx,
       MSSQLConnectOptions connectOptions)
Like  
MSSQLConnection.connect(Vertx, MSSQLConnectOptions, Handler) but returns a Future of the asynchronous result | 
static void | 
MSSQLConnection.connect(Vertx vertx,
       MSSQLConnectOptions connectOptions,
       Handler<AsyncResult<MSSQLConnection>> handler)
Create a connection to SQL Server with the given  
connectOptions. | 
static void | 
MSSQLConnectOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        MSSQLConnectOptions obj)  | 
static MSSQLPool | 
MSSQLPool.pool(MSSQLConnectOptions database,
    PoolOptions options)
Create a connection pool to the SQL server  
database configured with the given options. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    MSSQLConnectOptions database,
    PoolOptions options)
Like  
MSSQLPool.pool(MSSQLConnectOptions, PoolOptions) with a specific Vertx instance. | 
static void | 
MSSQLConnectOptionsConverter.toJson(MSSQLConnectOptions obj,
      JsonObject json)  | 
static void | 
MSSQLConnectOptionsConverter.toJson(MSSQLConnectOptions obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
static MSSQLPool | 
MSSQLPool.pool(List<MSSQLConnectOptions> databases,
    PoolOptions options)
Create a connection pool to the SQL Server  
databases with round-robin selection. | 
static MSSQLPool | 
MSSQLPool.pool(java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
    PoolOptions options)
Create a connection pool to the SQL Server  
databases. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    List<MSSQLConnectOptions> databases,
    PoolOptions options)
Like  
MSSQLPool.pool(List, PoolOptions) with a specific Vertx instance. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
    PoolOptions options)
Like  
MSSQLPool.pool(Supplier, PoolOptions) with a specific Vertx instance. | 
| Constructor and Description | 
|---|
MSSQLConnectOptions(MSSQLConnectOptions other)  | 
| Modifier and Type | Method and Description | 
|---|---|
MSSQLConnectOptions | 
MSSQLDriver.parseConnectionUri(String uri)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
MSSQLConnection.connect(Vertx vertx,
       MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given  
connectOptions. | 
static void | 
MSSQLConnection.connect(Vertx vertx,
       MSSQLConnectOptions connectOptions,
       Handler<AsyncResult<MSSQLConnection>> handler)
Create a connection to SQL Server with the given  
connectOptions. | 
static MSSQLPool | 
MSSQLPool.pool(MSSQLConnectOptions database,
    PoolOptions options)
Create a connection pool to the SQL server  
database configured with the given options. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    MSSQLConnectOptions database,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
static Single<MSSQLConnection> | 
MSSQLConnection.rxConnect(Vertx vertx,
         MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given  
connectOptions. | 
| Modifier and Type | Method and Description | 
|---|---|
static MSSQLPool | 
MSSQLPool.pool(List<MSSQLConnectOptions> databases,
    PoolOptions options)
Create a connection pool to the SQL Server  
databases with round-robin selection. | 
static MSSQLPool | 
MSSQLPool.pool(java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
    PoolOptions options)
Create a connection pool to the SQL Server  
databases. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    List<MSSQLConnectOptions> databases,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
MSSQLConnection.connect(Vertx vertx,
       MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given  
connectOptions. | 
static void | 
MSSQLConnection.connect(Vertx vertx,
       MSSQLConnectOptions connectOptions,
       Handler<AsyncResult<MSSQLConnection>> handler)
Create a connection to SQL Server with the given  
connectOptions. | 
static MSSQLPool | 
MSSQLPool.pool(MSSQLConnectOptions database,
    PoolOptions options)
Create a connection pool to the SQL server  
database configured with the given options. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    MSSQLConnectOptions database,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
static Single<MSSQLConnection> | 
MSSQLConnection.rxConnect(Vertx vertx,
         MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given  
connectOptions. | 
| Modifier and Type | Method and Description | 
|---|---|
static MSSQLPool | 
MSSQLPool.pool(List<MSSQLConnectOptions> databases,
    PoolOptions options)
Create a connection pool to the SQL Server  
databases with round-robin selection. | 
static MSSQLPool | 
MSSQLPool.pool(java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
    PoolOptions options)
Create a connection pool to the SQL Server  
databases. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    List<MSSQLConnectOptions> databases,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
| Modifier and Type | Method and Description | 
|---|---|
static Single<MSSQLConnection> | 
MSSQLConnection.connect(Vertx vertx,
       MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given  
connectOptions. | 
static MSSQLPool | 
MSSQLPool.pool(MSSQLConnectOptions database,
    PoolOptions options)
Create a connection pool to the SQL server  
database configured with the given options. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    MSSQLConnectOptions database,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
static Single<MSSQLConnection> | 
MSSQLConnection.rxConnect(Vertx vertx,
         MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given  
connectOptions. | 
| Modifier and Type | Method and Description | 
|---|---|
static MSSQLPool | 
MSSQLPool.pool(List<MSSQLConnectOptions> databases,
    PoolOptions options)
Create a connection pool to the SQL Server  
databases with round-robin selection. | 
static MSSQLPool | 
MSSQLPool.pool(java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
    PoolOptions options)
Create a connection pool to the SQL Server  
databases. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    List<MSSQLConnectOptions> databases,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
static MSSQLPool | 
MSSQLPool.pool(Vertx vertx,
    java.util.function.Supplier<Future<MSSQLConnectOptions>> databases,
    PoolOptions options)
Like  
MSSQLPool.pool(java.lang.String) with a specific  instance. | 
Copyright © 2024 Eclipse. All rights reserved.