Uses of Interface
org.apache.cassandra.cql3.Term.Raw

Packages that use Term.Raw
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.functions   
org.apache.cassandra.cql3.statements   
 

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

Classes in org.apache.cassandra.cql3 that implement Term.Raw
static class AbstractMarker.Raw
          A parsed, but non prepared, bind marker.
static class Constants.Literal
           
static class Lists.Literal
           
static class Maps.Literal
           
static class Sets.Literal
           
 class TypeCast
           
 

Fields in org.apache.cassandra.cql3 with type parameters of type Term.Raw
 java.util.List<Pair<Term.Raw,Term.Raw>> Maps.Literal.entries
           
 java.util.List<Pair<Term.Raw,Term.Raw>> Maps.Literal.entries
           
 

Methods in org.apache.cassandra.cql3 that return Term.Raw
 Term.Raw Relation.getValue()
           
 

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

Methods in org.apache.cassandra.cql3 with parameters of type Term.Raw
 void Relation.addInValue(Term.Raw t)
           
 

Constructors in org.apache.cassandra.cql3 with parameters of type Term.Raw
Operation.Addition(Term.Raw value)
           
Operation.ElementDeletion(ColumnIdentifier id, Term.Raw element)
           
Operation.Prepend(Term.Raw value)
           
Operation.SetElement(Term.Raw selector, Term.Raw value)
           
Operation.SetValue(Term.Raw value)
           
Operation.Substraction(Term.Raw value)
           
Relation(ColumnIdentifier entity, Relation.Type type, Term.Raw value)
          Creates a new relation.
Relation(ColumnIdentifier entity, Relation.Type type, Term.Raw value, boolean onToken)
           
TypeCast(CQL3Type type, Term.Raw term)
           
 

Constructor parameters in org.apache.cassandra.cql3 with type arguments of type Term.Raw
Lists.Literal(java.util.List<Term.Raw> elements)
           
Maps.Literal(java.util.List<Pair<Term.Raw,Term.Raw>> entries)
           
Maps.Literal(java.util.List<Pair<Term.Raw,Term.Raw>> entries)
           
Sets.Literal(java.util.List<Term.Raw> elements)
           
 

Uses of Term.Raw in org.apache.cassandra.cql3.functions
 

Classes in org.apache.cassandra.cql3.functions that implement Term.Raw
static class FunctionCall.Raw
           
 

Constructor parameters in org.apache.cassandra.cql3.functions with type arguments of type Term.Raw
FunctionCall.Raw(java.lang.String functionName, java.util.List<Term.Raw> terms)
           
 

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

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



Copyright © 2013 The Apache Software Foundation