| Package | Description |
|---|---|
| org.springframework.r2dbc.core.binding |
Classes providing an abstraction over SQL bind markers.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<BindMarker,Bindings.Binding> |
Bindings.getBindings() |
Iterator<Bindings.Binding> |
Bindings.iterator() |
Spliterator<Bindings.Binding> |
Bindings.spliterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bindings.forEach(Consumer<? super Bindings.Binding> action)
Perform the given action for each binding of this
Bindings until all
bindings have been processed or the action throws an exception. |
| Constructor and Description |
|---|
Bindings(Collection<Bindings.Binding> bindings)
Create
Bindings from the given collection. |