public static interface DatabaseClient.DeleteFromSpec
DELETE
options leading to the exchange.Modifier and Type | Method and Description |
---|---|
<T> DatabaseClient.TypedDeleteSpec<T> |
from(Class<T> table)
Specify the source table to delete from to using the
entity class . |
DatabaseClient.DeleteMatchingSpec |
from(org.springframework.data.relational.core.sql.SqlIdentifier table)
Specify the source
table to delete from. |
default DatabaseClient.DeleteMatchingSpec |
from(String table)
Specify the source
table to delete from. |
default DatabaseClient.DeleteMatchingSpec from(String table)
table
to delete from.table
- must not be null or empty.DatabaseClient.DeleteMatchingSpec
for further configuration of the delete. Guaranteed to be not
null.SqlIdentifier.unquoted(String)
DatabaseClient.DeleteMatchingSpec from(org.springframework.data.relational.core.sql.SqlIdentifier table)
table
to delete from.table
- must not be null or empty.DatabaseClient.DeleteMatchingSpec
for further configuration of the delete. Guaranteed to be not
null.<T> DatabaseClient.TypedDeleteSpec<T> from(Class<T> table)
entity class
.table
- must not be null.DatabaseClient.TypedDeleteSpec
for further configuration of the delete. Guaranteed to be not null.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.