Package | Description |
---|---|
org.springframework.data.r2dbc.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableBindings
Deprecated.
since 1.2 in favor of Spring R2DBC. Use
MutableBindings
instead. |
Modifier and Type | Method and Description |
---|---|
Bindings |
Bindings.and(Bindings other)
Deprecated.
|
static Bindings |
Bindings.empty()
Deprecated.
Create a new, empty
Bindings object. |
static Bindings |
Bindings.merge(Bindings left,
Bindings right)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Bindings |
Bindings.and(Bindings other)
Deprecated.
|
static Bindings |
Bindings.merge(Bindings left,
Bindings right)
Deprecated.
|
Copyright © 2018–2021 Pivotal Software, Inc.. All rights reserved.