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
Deprecated.
NULL binding. |
static class |
Bindings.ValueBinding
Deprecated.
Value binding.
|
Modifier and Type | Method and Description |
---|---|
protected Map<BindMarker,Bindings.Binding> |
Bindings.getBindings()
Deprecated.
|
Iterator<Bindings.Binding> |
Bindings.iterator()
Deprecated.
|
Spliterator<Bindings.Binding> |
Bindings.spliterator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Bindings.forEach(Consumer<? super Bindings.Binding> action)
Deprecated.
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)
Deprecated.
|
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.