public interface CQL3Type
| Modifier and Type | Interface and Description |
|---|---|
static class |
CQL3Type.Collection |
static class |
CQL3Type.Custom |
static class |
CQL3Type.Native |
static class |
CQL3Type.Raw |
static class |
CQL3Type.Tuple |
static class |
CQL3Type.UserDefined |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
asCQLLiteral(java.nio.ByteBuffer buffer,
int version)
Generate CQL literal from this type's serialized representation using the specified protocol version.
|
AbstractType<?> |
getType() |
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.
|
boolean isCollection()
AbstractType<?> getType()
default java.lang.String asCQLLiteral(java.nio.ByteBuffer buffer,
int version)
toCQLLiteral(ByteBuffer, int, StringBuilder) that just returns a String.void toCQLLiteral(java.nio.ByteBuffer buffer,
int version,
java.lang.StringBuilder target)
TypeSerializer.toCQLLiteral(ByteBuffer, StringBuilder).Copyright © 2016 The Apache Software Foundation