Uses of Class
org.apache.cassandra.cql.Relation

Packages that use Relation
org.apache.cassandra.cql   
 

Uses of Relation in org.apache.cassandra.cql
 

Methods in org.apache.cassandra.cql that return Relation
 Relation CqlParser.relation()
           
 

Methods in org.apache.cassandra.cql that return types with arguments of type Relation
 java.util.List<Relation> SelectStatement.getColumnRelations()
           
 java.util.List<Relation> WhereClause.getColumnRelations()
           
 

Methods in org.apache.cassandra.cql with parameters of type Relation
 void WhereClause.and(Relation relation)
          Add an additional relation to this WHERE clause.
 

Constructors in org.apache.cassandra.cql with parameters of type Relation
WhereClause(Relation firstRelation)
          Create a new WhereClause with the first parsed relation.
 



Copyright © 2012 The Apache Software Foundation