CQL3Type.Collection, CQL3Type.Custom, CQL3Type.Native, CQL3Type.Raw, CQL3Type.Tuple, CQL3Type.UserDefined| Modifier and Type | Method and Description |
|---|---|
static CQL3Type.Tuple |
create(TupleType type) |
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 static CQL3Type.Tuple create(TupleType type)
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