| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc.codec |
This package contains the codec classes to handle conversions between CQL types and Java types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigintToBigDecimalCodec
Manages the two-way conversion between the CQL type
DataTypes.BIGINT and the Java type BigDecimal. |
class |
DecimalToDoubleCodec
Manages the two-way conversion between the CQL type
DataTypes.DECIMAL and the Java type Double. |
class |
FloatToDoubleCodec
Manages the two-way conversion between the CQL type
DataTypes.FLOAT and the Java type Double. |
class |
IntToLongCodec
Manages the two-way conversion between the CQL type
DataTypes.INT and the Java type Long. |
class |
LongToIntCodec
Manages the two-way conversion between the CQL type
DataTypes.BIGINT and the Java type Integer. |
class |
SmallintToIntCodec
Manages the two-way conversion between the CQL type
DataTypes.SMALLINT and the Java type Integer. |
class |
TimestampToLongCodec
Manages the two-way conversion between the CQL type
DataTypes.TIMESTAMP and the Java type Long. |
class |
TinyintToIntCodec
Manages the two-way conversion between the CQL type
DataTypes.TINYINT and the Java type Integer. |
class |
VarintToIntCodec
Manages the two-way conversion between the CQL type
DataTypes.VARINT and the Java type Integer. |
Copyright © 2020–2024 ING Bank. All rights reserved.