| Package | Description |
|---|---|
| org.springframework.data.r2dbc.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
| Modifier and Type | Method and Description |
|---|---|
BindMarker |
MutableBindings.bind(Object value)
Bind a value and return the related
BindMarker. |
BindMarker |
MutableBindings.bindNull(Class<?> valueType)
Bind a
NULL value and return the related BindMarker. |
BindMarker |
Bindings.Binding.getBindMarker() |
BindMarker |
BindMarkers.next()
Creates a new
BindMarker. |
default BindMarker |
BindMarkers.next(String hint)
Creates a new
BindMarker that accepts a hint. |
BindMarker |
MutableBindings.nextMarker()
Obtain the next
BindMarker. |
BindMarker |
MutableBindings.nextMarker(String hint)
Obtain the next
BindMarker with a name hint. |
| Modifier and Type | Method and Description |
|---|---|
protected Map<BindMarker,Bindings.Binding> |
Bindings.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
MutableBindings |
MutableBindings.bind(BindMarker marker,
Object value)
Bind a value to
BindMarker. |
MutableBindings |
MutableBindings.bindNull(BindMarker marker,
Class<?> valueType)
Bind a
NULL value to BindMarker. |
| Constructor and Description |
|---|
Binding(BindMarker marker) |
NullBinding(BindMarker marker,
Class<?> valueType) |
ValueBinding(BindMarker marker,
Object value) |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.