| Package | Description |
|---|---|
| org.springframework.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FetchSpec<T>
Union type for fetching results.
|
| Modifier and Type | Method and Description |
|---|---|
<R> RowsFetchSpec<R> |
DatabaseClient.GenericExecuteSpec.map(BiFunction<Row,RowMetadata,R> mappingFunction)
Configure a result mapping
function and enter the execution stage. |
default <R> RowsFetchSpec<R> |
DatabaseClient.GenericExecuteSpec.map(Function<Row,R> mappingFunction)
Configure a result mapping
function and enter the execution stage. |