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 | 
|---|---|
| AbstractType<?> | getType() | 
| default boolean | isCollection() | 
| default boolean | isUDT() | 
| java.lang.String | toCQLLiteral(java.nio.ByteBuffer buffer,
            ProtocolVersion version)Generates CQL literal from a binary value of this type. | 
default boolean isCollection()
default boolean isUDT()
AbstractType<?> getType()
java.lang.String toCQLLiteral(java.nio.ByteBuffer buffer,
                              ProtocolVersion version)
buffer - the value to convert to a CQL literal. This value must be
 serialized with version of the native protocol.version - the native protocol version in which buffer is encoded.Copyright © 2018 The Apache Software Foundation