Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
org.springframework.data.r2dbc.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
Modifier and Type | Method and Description |
---|---|
PreparedOperation<String> |
NamedParameterExpander.expand(String sql,
BindMarkersFactory bindMarkersFactory,
BindParameterSource paramSource)
Deprecated.
Parse the SQL statement and locate any placeholders or named parameters.
|
Modifier and Type | Method and Description |
---|---|
static BindMarkersFactory |
BindMarkersFactory.anonymous(String placeholder)
Deprecated.
Creates anonymous, index-based bind marker using a static placeholder.
|
static BindMarkersFactory |
BindMarkersFactory.indexed(String prefix,
int beginWith)
Deprecated.
Create index-based
BindMarkers using indexes to bind parameters. |
static BindMarkersFactory |
BindMarkersFactory.named(String prefix,
String namePrefix,
int maxLength)
Deprecated.
Create named
BindMarkers using identifiers to bind parameters. |
static BindMarkersFactory |
BindMarkersFactory.named(String prefix,
String namePrefix,
int maxLength,
Function<String,String> hintFilterFunction)
Deprecated.
Create named
BindMarkers using identifiers to bind parameters. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.