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)
Deprecated.
Bind a value and return the related
BindMarker . |
BindMarker |
MutableBindings.bindNull(Class<?> valueType)
Deprecated.
Bind a
NULL value and return the related BindMarker . |
BindMarker |
BindMarkers.next()
Deprecated.
Creates a new
BindMarker . |
default BindMarker |
BindMarkers.next(String hint)
Deprecated.
Creates a new
BindMarker that accepts a hint . |
BindMarker |
MutableBindings.nextMarker()
Deprecated.
Obtain the next
BindMarker . |
BindMarker |
MutableBindings.nextMarker(String hint)
Deprecated.
Obtain the next
BindMarker with a name hint . |
Modifier and Type | Method and Description |
---|---|
MutableBindings |
MutableBindings.bind(BindMarker marker,
Object value)
Deprecated.
Bind a value to
BindMarker . |
MutableBindings |
MutableBindings.bindNull(BindMarker marker,
Class<?> valueType)
Deprecated.
Bind a
NULL value to BindMarker . |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.