public class UpdateStatement extends ModificationStatement
UPDATE
statement parsed from a CQL query statement.Modifier and Type | Class and Description |
---|---|
static class |
UpdateStatement.ParsedInsert |
static class |
UpdateStatement.ParsedUpdate |
ModificationStatement.Parsed
cfm
Modifier and Type | Method and Description |
---|---|
protected boolean |
requireFullClusteringKey() |
ColumnFamily |
updateForKey(java.nio.ByteBuffer key,
ColumnNameBuilder builder,
UpdateParameters params) |
addCondition, addKeyValue, addOperation, checkAccess, columnFamily, execute, executeInternal, executeWithCondition, getBoundsTerms, getFirstEmptyKey, getMutations, getOperations, getTimestamp, getTimeToLive, hasConditions, isCounter, isTimestampSet, keyspace, processWhereClause, readRequiredRows, setIfNotExistCondition, validate
protected 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