All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ClientBuilder<C> Builder forSqlClientinstances.ClosedConnectionException When a client operation fails with this exception, the underlying connection may have been lost unexpectedly.ColumnDescriptor ConnectionFactory<C extends SqlConnectOptions> A connection factory, can be obtained fromDriver.createConnectionFactory(io.vertx.core.Vertx, io.vertx.core.net.NetClientOptions)Cursor A cursor that reads progressively rows from the database, it is useful for reading very large result sets.DatabaseException Base class for database failures.DatabaseMetadata Contains static metadata about the backend database serverDriver<C extends SqlConnectOptions> An entry point to the Vertx Reactive SQL Client Every driver must implement this interface.NullValue Instances of this class indicate the type associated with aNULLcolumn value.Numeric An arbitrary number that supports NaN.Pool A connection pool which reuses a number of SQL connections.PoolOptions The options for configuring a connection pool.PoolOptionsConverter Converter and mapper forPoolOptions.PreparedQuery<T> 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.PrepareOptions Options for preparing a statement.PropertyKind<T> The kind of the property, this can be used to fetch some specific property of theexecution result.Query<T> A query.Row A single row of theexecution result rowset.RowIterator<R> An iterator for processing rows.RowSet<R> The execution result of the row set of a query provided as<R>, commonly used as aRowSet<Row>.RowStream<T> A row oriented stream.SqlClient Defines common SQL client operations with a database server.SqlConnection A connection to the database server.SqlConnectOptions Connect options for configuringSqlConnectionorPool.SqlConnectOptionsConverter Converter and mapper forSqlConnectOptions.SqlResult<T> An interface that represents the execution result of an operation on the database server.Transaction A transaction.TransactionPropagation Defines how the acquired connection will be managed during the execution of the function provided inPool.withTransaction(TransactionPropagation, Function).TransactionRollbackException Failure reported to theTransaction.completion()future when the database server reports the current transaction is failed.Tuple A general purpose tuple.