See: Description
| Interface | Description |
|---|---|
| BindMarker | Deprecated
since 1.2 in favor of Spring R2DBC.
|
| BindMarkers | Deprecated
since 1.2 in favor of Spring R2DBC.
|
| BindMarkersFactory | Deprecated
since 1.2 in favor of Spring R2DBC.
|
| BindTarget | Deprecated
since 1.2 in favor of Spring R2DBC.
|
| DialectResolver.R2dbcDialectProvider |
SPI to extend Spring's default R2DBC Dialect discovery mechanism.
|
| R2dbcDialect |
R2DBC-specific extension to
Dialect. |
| Class | Description |
|---|---|
| Bindings | Deprecated
since 1.2 in favor of Spring R2DBC.
|
| Bindings.Binding |
Base class for value objects representing a value or a
NULL binding. |
| Bindings.NullBinding |
NULL binding. |
| Bindings.ValueBinding |
Value binding.
|
| BindTargetBinder |
Utility to bind
Parameter to a BindTarget. |
| DialectResolver | |
| H2Dialect |
An SQL dialect for H2 in Postgres Compatibility mode.
|
| MutableBindings | Deprecated
since 1.2 in favor of Spring R2DBC.
|
| MySqlDialect |
An SQL dialect for MySQL.
|
| OracleDialect |
An SQL dialect for Oracle.
|
| PostgresDialect |
An SQL dialect for Postgres.
|
| SqlServerDialect |
An SQL dialect for Microsoft SQL Server.
|
| Enum | Description |
|---|---|
| MySqlDialect.BooleanToByteConverter | |
| MySqlDialect.ByteToBooleanConverter |
| Exception | Description |
|---|---|
| DialectResolver.NoDialectException |
Exception thrown when
DialectResolver cannot resolve a R2dbcDialect. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.