Uses of Interface
org.apache.cassandra.cql.common.CType.Type

Packages that use CType.Type
org.apache.cassandra.cql.common   
 

Uses of CType.Type in org.apache.cassandra.cql.common
 

Classes in org.apache.cassandra.cql.common that implement CType.Type
static class CType.IntegerType
           
static class CType.RowType
           
static class CType.StringType
           
 

Constructors in org.apache.cassandra.cql.common with parameters of type CType.Type
CType.ArrayType(CType.Type elementType)
           
 

Constructor parameters in org.apache.cassandra.cql.common with type arguments of type CType.Type
CType.RowType(java.util.ArrayList<CType.Type> types)
           
 



Copyright © 2009 The Apache Software Foundation