| Package | Description | 
|---|---|
| io.vertx.db2client | |
| io.vertx.mysqlclient | |
| io.vertx.pgclient | |
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.sqlclient | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DB2Connection
A connection to DB2 server. 
 | 
interface  | 
DB2Pool
A pool of DB2 connections. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MySQLConnection
A connection to MySQL server. 
 | 
interface  | 
MySQLPool
A pool of MySQL connections. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PgConnection
A connection to Postgres. 
 | 
interface  | 
PgPool
A pool of PostgreSQL connections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SqlClient | 
SqlClient.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlClient | 
SqlClient.newInstance(SqlClient arg)  | 
| Constructor and Description | 
|---|
SqlClient(SqlClient delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
SqlClient | 
SqlClient.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlClient | 
SqlClient.newInstance(SqlClient arg)  | 
| Constructor and Description | 
|---|
SqlClient(SqlClient delegate)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Pool
A pool of SQL connections. 
 | 
interface  | 
SqlConnection
A connection to database server. 
 | 
interface  | 
Transaction
A transaction that allows to control the transaction and receive events. 
 | 
Copyright © 2020 Eclipse. All rights reserved.