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, validatepublic boolean requireFullClusteringKey()
requireFullClusteringKey in class ModificationStatementpublic ColumnFamily updateForKey(java.nio.ByteBuffer key, ColumnNameBuilder builder, UpdateParameters params) throws InvalidRequestException
updateForKey in class ModificationStatementInvalidRequestExceptionCopyright © 2014 The Apache Software Foundation