Package | Description |
---|---|
io.vertx.rxjava.db2client | |
io.vertx.rxjava.mysqlclient | |
io.vertx.rxjava.pgclient | |
io.vertx.rxjava.sqlclient |
Modifier and Type | Class and Description |
---|---|
class |
DB2Connection
A connection to DB2 server.
|
class |
DB2Pool
A pool of DB2 connections.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLConnection
A connection to MySQL server.
|
class |
MySQLPool
A pool of MySQL connections.
|
Modifier and Type | Class and Description |
---|---|
class |
PgConnection
A connection to Postgres.
|
class |
PgPool
A pool of PostgreSQL connections.
|
Modifier and Type | Class and Description |
---|---|
class |
Pool
A pool of SQL connections.
|
class |
SqlConnection
A connection to database server.
|
class |
Transaction
A transaction that allows to control the transaction and receive events.
|
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) |
Copyright © 2023 Eclipse. All rights reserved.