Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Method and Description |
---|---|
DatabaseClient.DeleteMatchingSpec |
DatabaseClient.DeleteFromSpec.from(org.springframework.data.relational.core.sql.SqlIdentifier table)
Specify the source
table to delete from. |
default DatabaseClient.DeleteMatchingSpec |
DatabaseClient.DeleteFromSpec.from(String table)
Specify the source
table to delete from. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.