Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
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).
|
Modifier and Type | Method and Description |
---|---|
void |
ModificationStatement.processWhereClause(java.util.List<Relation> whereClause,
VariableSpecifications names) |
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) |
Copyright © 2020 The Apache Software Foundation