Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Class and Description |
---|---|
static class |
Operation.Addition |
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.Addition.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.Substraction.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.Prepend.isCompatibleWith(Operation.RawUpdate other) |
Constructor and Description |
---|
ParsedUpdate(QualifiedName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> updates,
WhereClause whereClause,
java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions,
boolean ifExists)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Copyright © 2009-2022 The Apache Software Foundation