Uses of Class
org.apache.cassandra.cql3.CQL3Type.Collection

Packages that use CQL3Type.Collection
org.apache.cassandra.cql3   
 

Uses of CQL3Type.Collection in org.apache.cassandra.cql3
 

Methods in org.apache.cassandra.cql3 that return CQL3Type.Collection
static CQL3Type.Collection CQL3Type.Collection.list(CQL3Type t)
           
static CQL3Type.Collection CQL3Type.Collection.map(CQL3Type t1, CQL3Type t2)
           
static CQL3Type.Collection CQL3Type.Collection.set(CQL3Type t)
           
 



Copyright © 2013 The Apache Software Foundation