CQL3Type.Collection, CQL3Type.Custom, CQL3Type.Native, CQL3Type.Raw, CQL3Type.Tuple, CQL3Type.UserDefined| Constructor and Description |
|---|
Custom(AbstractType<?> type) |
Custom(java.lang.String className) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AbstractType<?> |
getType() |
int |
hashCode() |
boolean |
isCollection() |
void |
toCQLLiteral(java.nio.ByteBuffer buffer,
int version,
java.lang.StringBuilder target)
Generate CQL literal from this type's serialized representation using the specified protocol version.
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitasCQLLiteralpublic Custom(AbstractType<?> type)
public Custom(java.lang.String className)
throws SyntaxException,
ConfigurationException
public boolean isCollection()
isCollection in interface CQL3Typepublic AbstractType<?> getType()
public void toCQLLiteral(java.nio.ByteBuffer buffer,
int version,
java.lang.StringBuilder target)
CQL3TypeTypeSerializer.toCQLLiteral(ByteBuffer, StringBuilder).toCQLLiteral in interface CQL3Typepublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2016 The Apache Software Foundation