| Package | Description |
|---|---|
| org.springframework.data.r2dbc.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Bindings.NullBinding
NULL binding. |
static class |
Bindings.ValueBinding
Value binding.
|
| 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)
Performs 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)
|
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.