Uses of Class
org.apache.cassandra.cql3.restrictions.StatementRestrictions
-
Packages that use StatementRestrictions Package Description org.apache.cassandra.cql3.restrictions org.apache.cassandra.cql3.statements -
-
Uses of StatementRestrictions in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions that return StatementRestrictions Modifier and Type Method Description static StatementRestrictions
StatementRestrictions. empty(StatementType type, TableMetadata table)
Creates a new emptyStatementRestrictions
. -
Uses of StatementRestrictions in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return StatementRestrictions Modifier and Type Method Description StatementRestrictions
ModificationStatement. getRestrictions()
StatementRestrictions
SelectStatement. getRestrictions()
May be used by custom QueryHandler implementationsprotected 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 StatementRestrictions Constructor Description ModificationStatement(StatementType type, VariableSpecifications bindVariables, TableMetadata metadata, Operations operations, StatementRestrictions restrictions, Conditions conditions, Attributes attrs)
SelectStatement(TableMetadata table, VariableSpecifications bindVariables, SelectStatement.Parameters parameters, Selection selection, StatementRestrictions restrictions, boolean isReversed, AggregationSpecification aggregationSpec, java.util.Comparator<java.util.List<java.nio.ByteBuffer>> orderingComparator, Term limit, Term perPartitionLimit)
-