Package | Description |
---|---|
org.springframework.data.r2dbc.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
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 . |
Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.