Package | Description |
---|---|
org.apache.cassandra.cql3 |
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.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Relation> |
WhereClause.relations |
Modifier and Type | Method and Description |
---|---|
Relation |
MultiColumnRelation.renameIdentifier(ColumnIdentifier from,
ColumnIdentifier to) |
abstract Relation |
Relation.renameIdentifier(ColumnIdentifier from,
ColumnIdentifier to)
Renames an identifier in this Relation, if applicable.
|
Relation |
SingleColumnRelation.renameIdentifier(ColumnIdentifier from,
ColumnIdentifier to) |
Relation |
TokenRelation.renameIdentifier(ColumnIdentifier from,
ColumnIdentifier to) |
Modifier and Type | Method and Description |
---|---|
WhereClause.Builder |
WhereClause.Builder.add(Relation relation) |
Copyright © 2009-2020 The Apache Software Foundation