Uses of Interface
org.apache.cassandra.cql3.Operation.RawUpdate
Packages that use Operation.RawUpdate
-
Uses of Operation.RawUpdate in org.apache.cassandra.cql3
Classes in org.apache.cassandra.cql3 that implement Operation.RawUpdateModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.apache.cassandra.cql3 with parameters of type Operation.RawUpdateModifier and TypeMethodDescriptionbooleanOperation.Addition.isCompatibleWith(Operation.RawUpdate other) booleanOperation.Prepend.isCompatibleWith(Operation.RawUpdate other) booleanOperation.RawUpdate.isCompatibleWith(Operation.RawUpdate other) booleanOperation.SetElement.isCompatibleWith(Operation.RawUpdate other) booleanOperation.SetField.isCompatibleWith(Operation.RawUpdate other) booleanOperation.SetValue.isCompatibleWith(Operation.RawUpdate other) booleanOperation.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.RawUpdateModifierConstructorDescriptionParsedUpdate(QualifiedName name, Attributes.Raw attrs, List<Pair<ColumnIdentifier, Operation.RawUpdate>> updates, WhereClause whereClause, List<Pair<ColumnIdentifier, ColumnCondition.Raw>> conditions, boolean ifExists) Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term.