Uses of Interface
org.apache.cassandra.cql3.AssignementTestable

Packages that use AssignementTestable
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.functions   
 

Uses of AssignementTestable in org.apache.cassandra.cql3
 

Subinterfaces of AssignementTestable in org.apache.cassandra.cql3
static interface Term.Raw
          A parsed, non prepared (thus untyped) term.
 

Classes in org.apache.cassandra.cql3 that implement AssignementTestable
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
           
 

Uses of AssignementTestable in org.apache.cassandra.cql3.functions
 

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

Method parameters in org.apache.cassandra.cql3.functions with type arguments of type AssignementTestable
static Function Functions.get(java.lang.String name, java.util.List<? extends AssignementTestable> providedArgs, ColumnSpecification receiver)
           
 



Copyright © 2013 The Apache Software Foundation