org.apache.cassandra.cql3
Interface CQL3Type

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

public interface CQL3Type


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

Method Detail

isCollection

boolean isCollection()

isCounter

boolean isCounter()

getType

AbstractType<?> getType()


Copyright © 2013 The Apache Software Foundation