Uses of Class
org.apache.cassandra.cql3.Term

Packages that use Term
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.statements   
org.apache.cassandra.db.marshal   
 

Uses of Term in org.apache.cassandra.cql3
 

Fields in org.apache.cassandra.cql3 declared as Term
 Term Operation.value
           
 

Methods in org.apache.cassandra.cql3 that return Term
 Term Relation.getValue()
           
static Term Term.tokenOf(Term t)
           
 

Methods in org.apache.cassandra.cql3 that return types with arguments of type Term
 java.util.List<Term> Relation.getInValues()
           
 

Methods in org.apache.cassandra.cql3 with parameters of type Term
 ColumnNameBuilder ColumnNameBuilder.add(Term t, Relation.Type op, java.util.List<java.nio.ByteBuffer> variables)
          Add a new Term as the next component for this name.
 void Relation.addInValue(Term t)
           
static Term Term.tokenOf(Term t)
           
 

Constructors in org.apache.cassandra.cql3 with parameters of type Term
Operation(ColumnIdentifier a, Operation.Type type, Term b)
           
Operation(Term a)
           
Relation(ColumnIdentifier entity, java.lang.String type, Term value)
          Creates a new relation.
Relation(ColumnIdentifier entity, java.lang.String type, Term value, boolean onToken)
           
 

Uses of Term in org.apache.cassandra.cql3.statements
 

Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type Term
UpdateStatement(CFName name, java.util.List<ColumnIdentifier> columnNames, java.util.List<Term> columnValues, Attributes attrs)
          Creates a new UpdateStatement from a column family name, a consistency level, key, and lists of column names and values.
 

Uses of Term in org.apache.cassandra.db.marshal
 

Methods in org.apache.cassandra.db.marshal with parameters of type Term
 CompositeType.Builder CompositeType.Builder.add(Term t, Relation.Type op, java.util.List<java.nio.ByteBuffer> variables)
           
 



Copyright © 2013 The Apache Software Foundation