org.apache.cassandra.cql3
Interface ParsedType

All Known Implementing Classes:
ParsedType.Collection, ParsedType.Custom, ParsedType.Native

public interface ParsedType


Nested Class Summary
static class ParsedType.Collection
           
static class ParsedType.Custom
           
static class ParsedType.Native
           
 
Method Summary
 AbstractType<?> getType()
           
 boolean isCollection()
           
 

Method Detail

isCollection

boolean isCollection()

getType

AbstractType<?> getType()


Copyright © 2012 The Apache Software Foundation