| Package | Description |
|---|---|
| io.vertx.reactivex.db2client | |
| io.vertx.reactivex.mysqlclient | |
| io.vertx.reactivex.pgclient | |
| io.vertx.reactivex.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 TypeArg<Pool> |
Pool.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static Pool |
Pool.newInstance(io.vertx.sqlclient.Pool arg) |
static Pool |
Pool.pool(io.vertx.sqlclient.SqlConnectOptions connectOptions)
Create a connection pool to the database configured with the given
connectOptions and default PoolOptions |
static Pool |
Pool.pool(io.vertx.sqlclient.SqlConnectOptions connectOptions,
io.vertx.sqlclient.PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions. |
static Pool |
Pool.pool(Vertx vertx,
io.vertx.sqlclient.SqlConnectOptions connectOptions,
io.vertx.sqlclient.PoolOptions poolOptions)
Create a connection pool to the database configured with the given
connectOptions and poolOptions. |
Copyright © 2022 Eclipse. All rights reserved.