| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| org.springframework.data.r2dbc.mapping |
Domain objects for R2DBC.
|
| org.springframework.data.r2dbc.query |
Query and update support.
|
| Modifier and Type | Method and Description |
|---|---|
SettableValue |
DefaultReactiveDataAccessStrategy.getBindValue(SettableValue value) |
SettableValue |
ReactiveDataAccessStrategy.getBindValue(SettableValue value)
Return a potentially converted
SettableValue for strategies that support type conversion. |
SettableValue |
ReactiveDataAccessStrategy.NamedParameterProvider.getParameter(int index,
String name)
Returns the
value for a parameter identified either by name or by index. |
| Modifier and Type | Method and Description |
|---|---|
Map<org.springframework.data.relational.core.sql.SqlIdentifier,SettableValue> |
StatementMapper.InsertSpec.getAssignments() |
| Modifier and Type | Method and Description |
|---|---|
SettableValue |
DefaultReactiveDataAccessStrategy.getBindValue(SettableValue value) |
SettableValue |
ReactiveDataAccessStrategy.getBindValue(SettableValue value)
Return a potentially converted
SettableValue for strategies that support type conversion. |
StatementMapper.InsertSpec |
StatementMapper.InsertSpec.withColumn(org.springframework.data.relational.core.sql.SqlIdentifier column,
SettableValue value)
Associate a column with a
SettableValue and create a new StatementMapper.InsertSpec. |
StatementMapper.InsertSpec |
StatementMapper.InsertSpec.withColumn(String column,
SettableValue value)
Associate a column with a
SettableValue and create a new StatementMapper.InsertSpec. |
| Constructor and Description |
|---|
InsertSpec(org.springframework.data.relational.core.sql.SqlIdentifier table,
Map<org.springframework.data.relational.core.sql.SqlIdentifier,SettableValue> assignments) |
| Modifier and Type | Method and Description |
|---|---|
static SettableValue |
SettableValue.empty(Class<?> type)
Creates a new empty
SettableValue for type. |
static SettableValue |
SettableValue.from(Object value)
Creates a new
SettableValue from value. |
static SettableValue |
SettableValue.fromOrEmpty(Object value,
Class<?> type)
|
SettableValue |
OutboundRow.get(Object key) |
SettableValue |
OutboundRow.put(org.springframework.data.relational.core.sql.SqlIdentifier key,
SettableValue value) |
SettableValue |
OutboundRow.put(String key,
SettableValue value) |
SettableValue |
OutboundRow.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<org.springframework.data.relational.core.sql.SqlIdentifier,SettableValue>> |
OutboundRow.entrySet() |
Collection<SettableValue> |
OutboundRow.values() |
| Modifier and Type | Method and Description |
|---|---|
OutboundRow |
OutboundRow.append(org.springframework.data.relational.core.sql.SqlIdentifier key,
SettableValue value)
Put the given key/value pair into this
OutboundRow and return this. |
OutboundRow |
OutboundRow.append(String key,
SettableValue value)
Put the given key/value pair into this
OutboundRow and return this. |
SettableValue |
OutboundRow.put(org.springframework.data.relational.core.sql.SqlIdentifier key,
SettableValue value) |
SettableValue |
OutboundRow.put(String key,
SettableValue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundRow.forEach(BiConsumer<? super org.springframework.data.relational.core.sql.SqlIdentifier,? super SettableValue> action) |
void |
OutboundRow.putAll(Map<? extends org.springframework.data.relational.core.sql.SqlIdentifier,? extends SettableValue> m) |
| Constructor and Description |
|---|
OutboundRow(org.springframework.data.relational.core.sql.SqlIdentifier key,
SettableValue value)
Create a
OutboundRow instance initialized with the given key/value pair. |
OutboundRow(String key,
SettableValue value)
Create a
OutboundRow instance initialized with the given key/value pair. |
| Constructor and Description |
|---|
OutboundRow(Map<String,SettableValue> map)
Creates a new
OutboundRow from a Map. |
| Modifier and Type | Method and Description |
|---|---|
SettableValue |
QueryMapper.getBindValue(SettableValue value)
Potentially convert the
SettableValue. |
| Modifier and Type | Method and Description |
|---|---|
SettableValue |
QueryMapper.getBindValue(SettableValue value)
Potentially convert the
SettableValue. |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.