| Package | Description | 
|---|---|
| io.vertx.rxjava.db2client | |
| io.vertx.rxjava.jdbcclient | |
| io.vertx.rxjava.mssqlclient | |
| 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  | 
JDBCPool
JDBCPool is the interface that allows using the Sql Client API with plain JDBC. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MSSQLPool
A  of  
SQL Server connections. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MySQLPool
A  of  
MySQL Connections. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PgPool
A  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 | 
|---|---|
Pool | 
Pool.connectHandler(Handler<SqlConnection> handler)
Set an handler called when the pool has established a connection to the database. 
 | 
Pool | 
Pool.connectionProvider(java.util.function.Function<Context,Future<SqlConnection>> provider)
Replace the default pool connection provider, the new  
provider returns a future connection for a
 given . | 
static Pool | 
Pool.newInstance(Pool arg)  | 
static Pool | 
Pool.pool(SqlConnectOptions connectOptions)
Like  
pool(io.vertx.sqlclient.SqlConnectOptions) with default options. | 
static Pool | 
Pool.pool(SqlConnectOptions database,
    PoolOptions options)
Like  
pool(io.vertx.sqlclient.SqlConnectOptions) with a Vert.x instance created automatically. | 
static Pool | 
Pool.pool(Vertx vertx,
    SqlConnectOptions database,
    PoolOptions options)
Create a connection pool to the  
database with the given options. | 
Copyright © 2021 Eclipse. All rights reserved.