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