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(String table)
Specify the source table to delete from.
|
DatabaseClient.DeleteMatchingSpec from(String table)
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–2019 Pivotal Software, Inc.. All rights reserved.