| Package | Description |
|---|---|
| org.springframework.r2dbc.core.binding |
Classes providing an abstraction over SQL bind markers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableBindings
|
| Modifier and Type | Method and Description |
|---|---|
Bindings |
Bindings.and(Bindings other)
|
static Bindings |
Bindings.empty()
Return an empty
Bindings object. |
static Bindings |
Bindings.merge(Bindings left,
Bindings right)
|
| Modifier and Type | Method and Description |
|---|---|
Bindings |
Bindings.and(Bindings other)
|
static Bindings |
Bindings.merge(Bindings left,
Bindings right)
|