Package | Description |
---|---|
io.vertx.rxjava.db2client | |
io.vertx.rxjava.jdbcclient | |
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 |
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 |
---|---|
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 © 2021 Eclipse. All rights reserved.