Interface ExecutableDeleteOperation.DeleteWithTable
- All Known Subinterfaces:
ExecutableDeleteOperation.ExecutableDelete
- Enclosing interface:
- ExecutableDeleteOperation
public static interface ExecutableDeleteOperation.DeleteWithTable
Table override (optional).
-
Method Details
-
inTable
Explicitly set thenameof the table on which to execute the delete.Skip this step to use the default table derived from the
domain type.- Parameters:
table-nameof the table; must not be null or empty.- Returns:
- new instance of
ExecutableDeleteOperation.DeleteWithQuery. - Throws:
IllegalArgumentException- iftableis null or empty.- See Also:
-
inTable
ExecutableDeleteOperation.DeleteWithQuery inTable(com.datastax.oss.driver.api.core.CqlIdentifier table) Explicitly set thenameof the table on which to execute the delete.Skip this step to use the default table derived from the
domain type.- Parameters:
table-nameof the table; must not be null.- Returns:
- new instance of
ExecutableDeleteOperation.DeleteWithQuery. - Throws:
IllegalArgumentException- iftableis null.- See Also:
-
CqlIdentifierExecutableDeleteOperation.DeleteWithQuery
-