Uses of Class
org.apache.cassandra.cql3.Relation
-
Packages that use Relation Package Description org.apache.cassandra.cql3 -
-
Uses of Relation in org.apache.cassandra.cql3
Subclasses of Relation in org.apache.cassandra.cql3 Modifier and Type Class 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.Fields in org.apache.cassandra.cql3 with type parameters of type Relation Modifier and Type Field Description java.util.List<Relation>
WhereClause. relations
Methods in org.apache.cassandra.cql3 that return Relation Modifier and Type Method 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)
Methods in org.apache.cassandra.cql3 with parameters of type Relation Modifier and Type Method Description WhereClause.Builder
WhereClause.Builder. add(Relation relation)
-