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 classMultiColumnRelationA relation using the tuple notation, which typically affects multiple columns.classSingleColumnRelationRelations encapsulate the relationship between an entity of some kind, and a value (term).classTokenRelationA 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. relationsMethods in org.apache.cassandra.cql3 that return Relation Modifier and Type Method Description RelationMultiColumnRelation. renameIdentifier(ColumnIdentifier from, ColumnIdentifier to)abstract RelationRelation. renameIdentifier(ColumnIdentifier from, ColumnIdentifier to)Renames an identifier in this Relation, if applicable.RelationSingleColumnRelation. renameIdentifier(ColumnIdentifier from, ColumnIdentifier to)RelationTokenRelation. renameIdentifier(ColumnIdentifier from, ColumnIdentifier to)Methods in org.apache.cassandra.cql3 with parameters of type Relation Modifier and Type Method Description WhereClause.BuilderWhereClause.Builder. add(Relation relation)
-