| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc.types |
This package contains the codec classes to handle JDBC types and the correspondence with the CQL types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJdbcCollection<T>
Abstract class providing description about the JDBC equivalent of any CQL type representing a collection.
|
class |
AbstractJdbcUUID
Abstract class providing description about the JDBC equivalent of any CQL type based on the Java type
UUID. |
class |
JdbcAscii
JDBC description of
ASCII CQL type (corresponding Java type: String). |
class |
JdbcBoolean
JDBC description of
BOOLEAN CQL type (corresponding Java type: Boolean). |
class |
JdbcByte
JDBC description of
TINYINT CQL type (corresponding Java type: Byte). |
class |
JdbcBytes
JDBC description of
BLOB CQL type (corresponding Java type: ByteBuffer). |
class |
JdbcCounterColumn
JDBC description of
COUNTER CQL type (corresponding Java type: Long). |
class |
JdbcDate
JDBC description of
DATE CQL type (corresponding Java type: Date). |
class |
JdbcDecimal
JDBC description of
DECIMAL CQL type (corresponding Java type: BigDecimal). |
class |
JdbcDouble
JDBC description of
DOUBLE CQL type (corresponding Java type: Double). |
class |
JdbcDuration
JDBC description of
DURATION CQL type (corresponding Java type: CqlDuration). |
class |
JdbcFloat
JDBC description of
FLOAT CQL type (corresponding Java type: Float). |
class |
JdbcInetAddress
JDBC description of
INET CQL type (corresponding Java type: InetAddress). |
class |
JdbcInt32
JDBC description of
INT CQL type (corresponding Java type: Integer). |
class |
JdbcInteger
JDBC description of
VARINT CQL type (corresponding Java type: BigInteger). |
class |
JdbcLexicalUUID
JDBC description of
UUID CQL type (corresponding Java type: UUID). |
class |
JdbcList
JDBC description of
LIST CQL type (corresponding Java type: List). |
class |
JdbcLong
JDBC description of
BIGINT CQL type (corresponding Java type: Long). |
class |
JdbcMap
JDBC description of
MAP CQL type (corresponding Java type: Map). |
class |
JdbcOther
JDBC description of unknown or other CQL types (corresponding Java type:
String). |
class |
JdbcSet
JDBC description of
SET CQL type (corresponding Java type: Set). |
class |
JdbcShort
JDBC description of
SMALLINT CQL type (corresponding Java type: Short). |
class |
JdbcTime
JDBC description of
TIME CQL type (corresponding Java type: Time). |
class |
JdbcTimestamp
JDBC description of
TIMESTAMP CQL type (corresponding Java type: Timestamp). |
class |
JdbcTimeUUID
JDBC description of
TIMEUUID CQL type (corresponding Java type: UUID). |
class |
JdbcTuple
JDBC description of CQL tuple (corresponding Java type:
TupleValue). |
class |
JdbcUdt
JDBC description of a CQL user-defined type (corresponding Java type:
UdtValue). |
class |
JdbcUTF8
JDBC description of
VARCHAR CQL type (corresponding Java type: String). |
class |
JdbcUUID
JDBC description of
UUID CQL type (corresponding Java type: UUID). |
class |
JdbcVector
JDBC description of
VECTOR CQL type (corresponding Java type: CqlVector). |
| Modifier and Type | Method and Description |
|---|---|
static AbstractJdbcType<?> |
TypesMap.getTypeForComparator(String comparator)
Gets the JDBC-equivalent type for the given CQL type.
|
Copyright © 2020–2024 ING Bank. All rights reserved.