Uses of Interface
org.apache.cassandra.cql3.Operation.RawUpdate
-
Packages that use Operation.RawUpdate Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.statements -
-
Uses of Operation.RawUpdate in org.apache.cassandra.cql3
Classes in org.apache.cassandra.cql3 that implement Operation.RawUpdate Modifier and Type Class 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
Methods in org.apache.cassandra.cql3 with parameters of type Operation.RawUpdate Modifier and Type Method Description boolean
Operation.Addition. isCompatibleWith(Operation.RawUpdate other)
boolean
Operation.Prepend. isCompatibleWith(Operation.RawUpdate other)
boolean
Operation.RawUpdate. isCompatibleWith(Operation.RawUpdate other)
boolean
Operation.SetElement. isCompatibleWith(Operation.RawUpdate other)
boolean
Operation.SetField. isCompatibleWith(Operation.RawUpdate other)
boolean
Operation.SetValue. isCompatibleWith(Operation.RawUpdate other)
boolean
Operation.Substraction. isCompatibleWith(Operation.RawUpdate other)
-
Uses of Operation.RawUpdate in org.apache.cassandra.cql3.statements
Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type Operation.RawUpdate Constructor 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.
-