Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ReactiveUpdateOperation.ReactiveUpdate
The
ReactiveUpdateOperation.ReactiveUpdate interface provides methods for constructing UPDATE operations in a fluent way. |
Modifier and Type | Method and Description |
---|---|
ReactiveUpdateOperation.UpdateWithQuery |
ReactiveUpdateOperation.UpdateWithTable.inTable(org.springframework.data.relational.core.sql.SqlIdentifier table)
Explicitly set the
name of the table on which to perform the update. |
default ReactiveUpdateOperation.UpdateWithQuery |
ReactiveUpdateOperation.UpdateWithTable.inTable(String table)
Explicitly set the
name of the table on which to perform the update. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.