public class DeleteStatement extends ModificationStatement
DELETE parsed from a CQL query statement.| Modifier and Type | Class and Description | 
|---|---|
| static class  | DeleteStatement.Parsed | 
cfm, CUSTOM_EXPRESSIONS_NOT_ALLOWED, logger, type| Modifier and Type | Method and Description | 
|---|---|
| void | addUpdateForKey(PartitionUpdate update,
               Clustering clustering,
               UpdateParameters params) | 
| void | addUpdateForKey(PartitionUpdate update,
               Slice slice,
               UpdateParameters params) | 
addConditions, addFunctionsTo, allOperations, appliesOnlyToStaticColumns, buildCasResultSet, buildPartitionKeyNames, checkAccess, columnFamily, conditionColumns, createClustering, execute, executeInternal, executeInternalWithCondition, executeInternalWithoutCondition, executeWithCondition, getBoundTerms, getColumnsWithConditions, getFunctions, getRegularOperations, getRestrictions, getStaticOperations, getTimestamp, getTimeToLive, hasConditions, hasIfExistCondition, hasIfNotExistCondition, hasSlices, isCounter, isTimestampSet, isView, keyspace, requiresRead, updatedColumns, updatesRegularRows, updatesStaticRow, validatepublic void addUpdateForKey(PartitionUpdate update, Clustering clustering, UpdateParameters params) throws InvalidRequestException
addUpdateForKey in class ModificationStatementInvalidRequestExceptionpublic void addUpdateForKey(PartitionUpdate update, Slice slice, UpdateParameters params)
addUpdateForKey in class ModificationStatementCopyright © 2018 The Apache Software Foundation