| Package | Description | 
|---|---|
| io.vertx.rxjava.db2client | |
| io.vertx.rxjava.mysqlclient | |
| io.vertx.rxjava.pgclient | |
| io.vertx.rxjava.sqlclient | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DB2Pool
A pool of DB2 connections. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MySQLPool
A pool of MySQL connections. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PgPool
A pool of PostgreSQL connections. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Pool> | 
Pool.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static Pool | 
Pool.newInstance(Pool arg)  | 
static Pool | 
Pool.pool(SqlConnectOptions connectOptions)
Create a connection pool to the database configured with the given  
connectOptions and default PoolOptions | 
static Pool | 
Pool.pool(SqlConnectOptions connectOptions,
    PoolOptions poolOptions)
Create a connection pool to the database configured with the given  
connectOptions and poolOptions. | 
static Pool | 
Pool.pool(Vertx vertx,
    SqlConnectOptions connectOptions,
    PoolOptions poolOptions)
Create a connection pool to the database configured with the given  
connectOptions and poolOptions. | 
Copyright © 2020 Eclipse. All rights reserved.