| Interface | Description |
|---|---|
| Batch |
A collection of statements that are executed in a batch for performance reasons.
|
| ColumnMetadata |
Represents the metadata for a column of the results returned from a query.
|
| Connection |
A single connection to a database.
|
| ConnectionFactory |
A factory for creating
Connections. |
| ConnectionFactoryMetadata |
Metadata about the product a
ConnectionFactory is connected to. |
| ConnectionFactoryProvider |
A Java Service interface for implementations to examine a collection of
ConnectionFactoryOptions and optionally return an implementation of ConnectionFactory. |
| Result |
Represents the results of a query against a database.
|
| Row |
Represents a row returned from a database query.
|
| RowMetadata |
Represents the metadata for a row of the results returned from a query.
|
| Statement |
A statement that can be executed multiple times in a prepared and optimized way.
|
| Wrapped<T> |
Indicates that an instance wraps a concrete implementation of an R2DBC SPI interface.
|
| Class | Description |
|---|---|
| ConnectionFactories |
Utility for discovering an available
ConnectionFactory based on a set of ConnectionFactoryOptions. |
| ConnectionFactoryOptions |
A holder for configuration options related to
ConnectionFactorys. |
| ConnectionFactoryOptions.Builder |
A builder for
ConnectionFactoryOptions isntances. |
| Option<T> |
Represents a configuration option constant.
|
| Enum | Description |
|---|---|
| IsolationLevel |
SQL transaction isolation levels.
|
| Nullability |
Constants indicating nullability of column values.
|
| Exception | Description |
|---|---|
| R2dbcException |
A root exception that should be extended by all server-related exceptions in an implementation.
|
Copyright © 2019. All rights reserved.