| Package | Description | 
|---|---|
| io.vertx.rxjava.db2client | |
| io.vertx.rxjava.mysqlclient | |
| io.vertx.rxjava.pgclient | |
| io.vertx.rxjava.sqlclient | 
| Class and Description | 
|---|
| Pool
 A pool of SQL connections. 
 | 
| PreparedStatement
 A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times. 
 | 
| SqlClient
 Defines the client operations with a database server. 
 | 
| SqlConnection
 A connection to database server. 
 | 
| Class and Description | 
|---|
| Pool
 A pool of SQL connections. 
 | 
| PreparedStatement
 A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times. 
 | 
| PropertyKind
 Represents which kind the property is. 
 | 
| SqlClient
 Defines the client operations with a database server. 
 | 
| SqlConnection
 A connection to database server. 
 | 
| Class and Description | 
|---|
| Pool
 A pool of SQL connections. 
 | 
| PreparedStatement
 A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times. 
 | 
| SqlClient
 Defines the client operations with a database server. 
 | 
| SqlConnection
 A connection to database server. 
 | 
| Class and Description | 
|---|
| Cursor
 A cursor that reads progressively rows from the database, it is useful for reading very large result sets. 
 | 
| Pool
 A pool of SQL connections. 
 | 
| PreparedQuery
 A query for a prepared statement allowing parameterized execution of the query, this query will use
 a prepared statement. 
 | 
| PreparedStatement
 A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times. 
 | 
| PropertyKind
 Represents which kind the property is. 
 | 
| Query
 A query. 
 | 
| Row
 Represents single row of the result set. 
 | 
| RowIterator
 An iterator for processing rows. 
 | 
| RowSet
 A set of rows. 
 | 
| RowStream
 A row oriented stream. 
 | 
| SqlClient
 Defines the client operations with a database server. 
 | 
| SqlConnection
 A connection to database server. 
 | 
| SqlResult
 Represents the result of an operation on database. 
 | 
| Transaction
 A transaction that allows to control the transaction and receive events. 
 | 
| Tuple
 A general purpose tuple. 
 | 
Copyright © 2020 Eclipse. All rights reserved.