| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FetchSpec<T>
Contract for fetching results.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatedRowsFetchSpec |
DatabaseClient.UpdateSpec.fetch()
Perform the SQL call and retrieve the result.
|
UpdatedRowsFetchSpec |
DatabaseClient.DeleteSpec.fetch()
Perform the SQL call and retrieve the result.
|
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.