| Package | Description |
|---|---|
| org.springframework.r2dbc.core |
Core domain types around DatabaseClient.
|
| org.springframework.r2dbc.core.binding |
Classes providing an abstraction over SQL bind markers.
|
| Class and Description |
|---|
| BindMarkersFactory
This class creates new
BindMarkers instances to bind
parameter to a specific Statement. |
| BindTarget
Target to apply bindings to.
|
| Class and Description |
|---|
| Bindings |
| Bindings.Binding
Base class for value objects representing a value or a
NULL binding. |
| BindMarker
A bind marker represents a single bindable parameter within a query.
|
| BindMarkers
Bind markers represent placeholders in SQL queries for substitution
for an actual parameter.
|
| BindMarkersFactory
This class creates new
BindMarkers instances to bind
parameter to a specific Statement. |
| BindTarget
Target to apply bindings to.
|
| MutableBindings |