Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Class and Description |
---|---|
static class |
Operation.Addition |
static class |
Operation.ElementAddition |
static class |
Operation.ElementSubtraction |
static class |
Operation.Prepend |
static class |
Operation.SetElement |
static class |
Operation.SetField |
static class |
Operation.SetValue |
static class |
Operation.Substraction |
Modifier and Type | Method and Description |
---|---|
boolean |
Operation.RawUpdate.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.SetValue.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.SetElement.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.SetField.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.ElementAddition.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.ElementSubtraction.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.Addition.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.Substraction.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.Prepend.isCompatibleWith(Operation.RawUpdate other) |
Modifier and Type | Method and Description |
---|---|
static WhereClause |
SuperColumnCompatibility.prepareUpdateOperations(CFMetaData cfm,
WhereClause whereClause,
java.util.List<Pair<ColumnDefinition.Raw,Operation.RawUpdate>> updates,
VariableSpecifications boundNames,
Operations operations)
For _dense_ SuperColumn Families.
|
Constructor and Description |
---|
ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnDefinition.Raw,Operation.RawUpdate>> updates,
WhereClause whereClause,
java.util.List<Pair<ColumnDefinition.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Copyright © 2018 The Apache Software Foundation