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