CQL3Type.Collection, CQL3Type.Custom, CQL3Type.Native
Constructor and Description |
---|
CQL3Type.Custom(AbstractType<?> type) |
CQL3Type.Custom(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
AbstractType<?> |
getType() |
int |
hashCode() |
boolean |
isCollection() |
boolean |
isCounter() |
java.lang.String |
toString() |
public CQL3Type.Custom(AbstractType<?> type)
public CQL3Type.Custom(java.lang.String className) throws SyntaxException, ConfigurationException
public boolean isCollection()
isCollection
in interface CQL3Type
public AbstractType<?> getType()
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 The Apache Software Foundation