Uses of Interface
org.apache.cassandra.cql3.Operation.RawDeletion
Packages that use Operation.RawDeletion
-
Uses of Operation.RawDeletion in org.apache.cassandra.cql3
Classes in org.apache.cassandra.cql3 that implement Operation.RawDeletionModifier and TypeClassDescriptionstatic classstatic classstatic class -
Uses of Operation.RawDeletion in org.apache.cassandra.cql3.statements
Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type Operation.RawDeletionModifierConstructorDescriptionParsed(QualifiedName name, Attributes.Raw attrs, List<Operation.RawDeletion> deletions, WhereClause whereClause, List<Pair<ColumnIdentifier, ColumnCondition.Raw>> conditions, boolean ifExists)