| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FetchSpec<T>
Deprecated.
since 1.2, use Spring's
FetchSpec support instead. |
| 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–2022 Pivotal Software, Inc.. All rights reserved.