Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.extras.codecs.date |
This package contains a collection of convenience
TypeCodec instances useful for
serializing between CQL temporal types and Java primitive types. |
Modifier and Type | Method and Description |
---|---|
static TypeCodec.PrimitiveIntCodec |
TypeCodec.cint()
Return the default codec for the CQL type
int . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDateCodec
A
TypeCodec that maps CQL dates to Java primitive ints,
representing the number of days since the Epoch. |
Copyright © 2012–2017. All rights reserved.