Package io.vertx.rxjava.ext.sql
-
Interface Summary Interface Description SQLOperations Represents a SQL query interface to a database -
Class Summary Class Description SQLClient A common asynchronous client interface for interacting with SQL compliant databaseSQLClientHelper Utilities for generating observables with aSQLClient
.SQLConnection Represents a connection to a SQL databaseSQLRowStream A ReadStream of Rows from the underlying RDBMS.