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, allOperations, appliesOnlyToStaticColumns, buildCasResultSet, buildPartitionKeyNames, checkAccess, columnFamily, conditionColumns, createClustering, execute, executeInternal, executeInternalWithCondition, executeInternalWithoutCondition, executeWithCondition, getBoundTerms, getColumnsWithConditions, getFunctions, getRegularOperations, getStaticOperations, getTimestamp, getTimeToLive, hasConditions, hasIfExistCondition, hasIfNotExistCondition, isCounter, isTimestampSet, isView, keyspace, requiresRead, updatedColumns, updatesRegularRows, updatesStaticRow, validate
public void addUpdateForKey(PartitionUpdate update, Clustering clustering, UpdateParameters params) throws InvalidRequestException
addUpdateForKey
in class ModificationStatement
InvalidRequestException
public void addUpdateForKey(PartitionUpdate update, Slice slice, UpdateParameters params)
addUpdateForKey
in class ModificationStatement
Copyright © 2016 The Apache Software Foundation