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

Packages that use ParsedType
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.statements   
 

Uses of ParsedType in org.apache.cassandra.cql3
 

Classes in org.apache.cassandra.cql3 that implement ParsedType
static class ParsedType.Collection
           
static class ParsedType.Custom
           
static class ParsedType.Native
           
 

Methods in org.apache.cassandra.cql3 with parameters of type ParsedType
static ParsedType.Collection ParsedType.Collection.list(ParsedType t)
           
static ParsedType.Collection ParsedType.Collection.map(ParsedType t1, ParsedType t2)
           
static ParsedType.Collection ParsedType.Collection.set(ParsedType t)
           
 

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

Fields in org.apache.cassandra.cql3.statements declared as ParsedType
 ParsedType AlterTableStatement.validator
           
 

Methods in org.apache.cassandra.cql3.statements with parameters of type ParsedType
 void CreateColumnFamilyStatement.RawStatement.addDefinition(ColumnIdentifier def, ParsedType type)
           
 

Constructors in org.apache.cassandra.cql3.statements with parameters of type ParsedType
AlterTableStatement(CFName name, AlterTableStatement.Type type, ColumnIdentifier columnName, ParsedType validator, CFPropDefs cfProps, java.util.Map<ColumnIdentifier,ColumnIdentifier> renames)
           
 



Copyright © 2012 The Apache Software Foundation