Package | Description |
---|---|
org.apache.cassandra.cql3.restrictions | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static StatementRestrictions |
StatementRestrictions.empty(StatementType type,
CFMetaData cfm)
Creates a new empty
StatementRestrictions . |
Modifier and Type | Method and Description |
---|---|
StatementRestrictions |
ModificationStatement.getRestrictions() |
StatementRestrictions |
SelectStatement.getRestrictions()
May be used by custom QueryHandler implementations
|
protected StatementRestrictions |
ModificationStatement.Parsed.newRestrictions(CFMetaData cfm,
VariableSpecifications boundNames,
Operations operations,
WhereClause where,
Conditions conditions)
Creates the restrictions.
|
Constructor and Description |
---|
ModificationStatement(StatementType type,
int boundTerms,
CFMetaData cfm,
Operations operations,
StatementRestrictions restrictions,
Conditions conditions,
Attributes attrs) |
SelectStatement(CFMetaData cfm,
int boundTerms,
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) |
Copyright © 2018 The Apache Software Foundation