| Package | Description |
|---|---|
| io.vertx.rxjava.mysqlclient | |
| io.vertx.rxjava.pgclient | |
| io.vertx.rxjava.sqlclient |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLConnection
An interface which represents a connection to MySQL server.
|
class |
MySQLPool
A of
MySQL Connections. |
| Modifier and Type | Class and Description |
|---|---|
class |
PgConnection
A connection to Postgres.
|
class |
PgPool
A of
PostgreSQL connections. |
| Modifier and Type | Class and Description |
|---|---|
class |
Pool
A connection pool which reuses a number of SQL connections.
|
class |
SqlConnection
A connection to the database server.
|
| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<SqlClient> |
SqlClient.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static SqlClient |
SqlClient.newInstance(SqlClient arg) |
| Modifier and Type | Method and Description |
|---|---|
<T> Single<T> |
Pool.rxWithTransaction(java.util.function.Function<SqlClient,Future<T>> function)
Execute the given
function within a transaction. |
<T> void |
Pool.withTransaction(java.util.function.Function<SqlClient,Future<T>> function)
Execute the given
function within a transaction. |
<T> void |
Pool.withTransaction(java.util.function.Function<SqlClient,Future<T>> function,
Handler<AsyncResult<T>> handler)
Execute the given
function within a transaction. |
Copyright © 2020 Eclipse. All rights reserved.