Uses of Class
org.apache.cassandra.cql3.Operations
-
Packages that use Operations Package Description org.apache.cassandra.cql3.statements -
-
Uses of Operations in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type Operations Modifier and Type Method Description static boolean
ModificationStatement. appliesOnlyToStaticColumns(Operations operation, Conditions conditions)
Checks that the specified operations and conditions only apply to static columns.protected StatementRestrictions
ModificationStatement.Parsed. newRestrictions(TableMetadata metadata, VariableSpecifications boundNames, Operations operations, WhereClause where, Conditions conditions)
Creates the restrictions.Constructors in org.apache.cassandra.cql3.statements with parameters of type Operations Constructor Description ModificationStatement(StatementType type, VariableSpecifications bindVariables, TableMetadata metadata, Operations operations, StatementRestrictions restrictions, Conditions conditions, Attributes attrs)
-