Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.restrictions | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.exceptions |
Modifier and Type | Class and Description |
---|---|
class |
MultiColumnRelation
A relation using the tuple notation, which typically affects multiple columns.
|
class |
SingleColumnRelation
Relations encapsulate the relationship between an entity of some kind, and
a value (term).
|
class |
TokenRelation
A relation using the token function.
|
Constructor and Description |
---|
StatementRestrictions(StatementType type,
CFMetaData cfm,
java.util.List<Relation> whereClause,
VariableSpecifications boundNames,
boolean selectsOnlyStaticColumns,
boolean selectACollection,
boolean useFiltering) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Relation> |
SelectStatement.RawStatement.whereClause |
Modifier and Type | Method and Description |
---|---|
protected static StatementRestrictions |
ModificationStatement.Parsed.newRestrictions(StatementType type,
CFMetaData cfm,
VariableSpecifications boundNames,
Operations operations,
java.util.List<Relation> relations,
Conditions conditions)
Creates the restrictions.
|
Constructor and Description |
---|
Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Operation.RawDeletion> deletions,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists) |
ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
RawStatement(CFName cfName,
SelectStatement.Parameters parameters,
java.util.List<RawSelector> selectClause,
java.util.List<Relation> whereClause,
Term.Raw limit) |
Modifier and Type | Field and Description |
---|---|
Relation |
UnrecognizedEntityException.relation
The entity relation.
|
Constructor and Description |
---|
UnrecognizedEntityException(ColumnIdentifier entity,
Relation relation)
Creates a new
UnrecognizedEntityException . |
Copyright © 2015 The Apache Software Foundation