public static interface ReactiveDeleteOperation.DeleteWithTable
| Modifier and Type | Method and Description |
|---|---|
ReactiveDeleteOperation.DeleteWithQuery |
inTable(CqlIdentifier table)
Explicitly set the
name of the table on which to perform the delete. |
default ReactiveDeleteOperation.DeleteWithQuery |
inTable(String table)
Explicitly set the
name of the table on which to perform the delete. |
default ReactiveDeleteOperation.DeleteWithQuery inTable(String table)
name of the table on which to perform the delete.
Skip this step to use the default table derived from the domain type.
table - name of the table; must not be null or empty.ReactiveDeleteOperation.DeleteWithQuery.IllegalArgumentException - if table is null or empty.inTable(CqlIdentifier),
ReactiveDeleteOperation.DeleteWithQueryReactiveDeleteOperation.DeleteWithQuery inTable(CqlIdentifier table)
name of the table on which to perform the delete.
Skip this step to use the default table derived from the domain type.
table - name of the table; must not be null.ReactiveDeleteOperation.DeleteWithQuery.IllegalArgumentException - if table is null.CqlIdentifier,
ReactiveDeleteOperation.DeleteWithQueryCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.