public class DeleteStatement extends ModificationStatement
DELETE
parsed from a CQL query statement.Modifier and Type | Class and Description |
---|---|
static class |
DeleteStatement.Parsed |
attrs, cfm
Modifier and Type | Method and Description |
---|---|
boolean |
requireFullClusteringKey() |
ColumnFamily |
updateForKey(java.nio.ByteBuffer key,
ColumnNameBuilder builder,
UpdateParameters params) |
addCondition, addKeyValue, addOperation, buildPartitionKeyNames, checkAccess, columnFamily, createClusteringPrefixBuilder, execute, executeInternal, executeWithCondition, getBoundTerms, getFirstEmptyKey, getMutations, getOperations, getTimestamp, getTimeToLive, hasConditions, isCounter, isTimestampSet, keyspace, measureForPreparedCache, processWhereClause, readRequiredRows, setIfNotExistCondition, validate
public boolean requireFullClusteringKey()
requireFullClusteringKey
in class ModificationStatement
public ColumnFamily updateForKey(java.nio.ByteBuffer key, ColumnNameBuilder builder, UpdateParameters params) throws InvalidRequestException
updateForKey
in class ModificationStatement
InvalidRequestException
Copyright © 2013 The Apache Software Foundation