| Package | Description |
|---|---|
| io.vertx.rxjava.mysqlclient | |
| io.vertx.rxjava.pgclient | |
| io.vertx.rxjava.sqlclient |
| 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) |
Pool |
Pool.preparedBatch(String sql,
List<Tuple> batch,
Handler<AsyncResult<RowSet<Row>>> handler) |
Pool |
Pool.preparedQuery(String sql,
Handler<AsyncResult<RowSet<Row>>> handler) |
Pool |
Pool.preparedQuery(String sql,
Tuple arguments,
Handler<AsyncResult<RowSet<Row>>> handler) |
Pool |
Pool.query(String sql,
Handler<AsyncResult<RowSet<Row>>> handler) |
Copyright © 2019 Eclipse. All rights reserved.