Class and Description |
---|
Batch
A collection of statements that are executed in a batch for performance reasons.
|
Blob
Represents a handle to a large binary object.
|
Clob
Represents a handle to a large character object.
|
Closeable
A
Closeable is an object that can be closed. |
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
Connection s and entry point for a driver. |
ConnectionFactoryMetadata
Metadata about the product a
ConnectionFactory is applicable to. |
ConnectionFactoryOptions
A holder for configuration options related to
ConnectionFactory s. |
ConnectionFactoryOptions.Builder
A builder for
ConnectionFactoryOptions instances. |
ConnectionMetadata
Metadata about the product a
Connection is connected to. |
IsolationLevel
Represents a transaction isolation level constant.
|
Nullability
Constants indicating nullability of column values.
|
Option
Represents a configuration option constant.
|
OutParameterMetadata
Represents the metadata for an
OUT parameter. |
OutParameters
Represents a set of
OUT parameters returned from a stored procedure. |
OutParametersMetadata
Represents the metadata for
OUT parameters of the results returned from a stored procedure. |
Parameter
Represents a parameter to be interchanged.
|
R2dbcException
A root exception that should be extended by all server-related exceptions in an implementation.
|
R2dbcNonTransientException
Base exception thrown when a retry of the same operation would fail unless the cause of the exception is corrected.
|
R2dbcTransientException
Base exception thrown when a previously failed operation might be able to succeed if the operation is retried without
any intervention by an application-level functionality.
|
R2dbcType
Definition of generic SQL types.
|
Readable
Represents a readable object, for example a set of columns or
OUT parameters from a database query, later on referred to as items. |
ReadableMetadata
Represents the metadata for readable object, for example a column of the results returned from a query or
OUT parameter as result of running a stored procedure. |
Result
Represents the results of a query against a database.
|
Result.Segment
Marker interface for a result segment.
|
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.
|
TransactionDefinition
Specification of properties to be used when starting a transaction.
|
Type
Type descriptor for column- and parameter types.
|
ValidationDepth
Constants indicating validation depth for a
Connection . |
Copyright © 2021. All rights reserved.