| Package | Description | 
|---|---|
| com.datastax.driver.extras.codecs.date | This package contains a collection of convenience  TypeCodecinstances useful for serializing between CQL temporal types and Java primitive types. | 
| Class and Description | 
|---|
| SimpleDateCodec A  TypeCodecthat maps CQL dates to Java primitive ints, representing the number of days
 since the Epoch. | 
| SimpleTimestampCodec A  TypeCodecthat maps CQL timestamps to Java primitive longs, representing the number of
 milliseconds since the Epoch. | 
Copyright © 2012–2018. All rights reserved.