See: Description
| Class | Description |
|---|---|
| AbstractJdbcCollection<T> |
Abstract class providing description about the JDBC equivalent of any CQL type representing a collection.
|
| AbstractJdbcType<T> |
Abstract class providing description about the JDBC equivalent of a CQL type.
|
| AbstractJdbcUUID |
Abstract class providing description about the JDBC equivalent of any CQL type based on the Java type
UUID. |
| JdbcAscii |
JDBC description of
ASCII CQL type (corresponding Java type: String). |
| JdbcBoolean |
JDBC description of
BOOLEAN CQL type (corresponding Java type: Boolean). |
| JdbcByte |
JDBC description of
TINYINT CQL type (corresponding Java type: Byte). |
| JdbcBytes |
JDBC description of
BLOB CQL type (corresponding Java type: ByteBuffer). |
| JdbcCounterColumn |
JDBC description of
COUNTER CQL type (corresponding Java type: Long). |
| JdbcDate |
JDBC description of
DATE CQL type (corresponding Java type: Date). |
| JdbcDecimal |
JDBC description of
DECIMAL CQL type (corresponding Java type: BigDecimal). |
| JdbcDouble |
JDBC description of
DOUBLE CQL type (corresponding Java type: Double). |
| JdbcDuration |
JDBC description of
DURATION CQL type (corresponding Java type: CqlDuration). |
| JdbcFloat |
JDBC description of
FLOAT CQL type (corresponding Java type: Float). |
| JdbcInetAddress |
JDBC description of
INET CQL type (corresponding Java type: InetAddress). |
| JdbcInt32 |
JDBC description of
INT CQL type (corresponding Java type: Integer). |
| JdbcInteger |
JDBC description of
VARINT CQL type (corresponding Java type: BigInteger). |
| JdbcLexicalUUID |
JDBC description of
UUID CQL type (corresponding Java type: UUID). |
| JdbcList |
JDBC description of
LIST CQL type (corresponding Java type: List). |
| JdbcLong |
JDBC description of
BIGINT CQL type (corresponding Java type: Long). |
| JdbcMap |
JDBC description of
MAP CQL type (corresponding Java type: Map). |
| JdbcOther |
JDBC description of unknown or other CQL types (corresponding Java type:
String). |
| JdbcSet |
JDBC description of
SET CQL type (corresponding Java type: Set). |
| JdbcShort |
JDBC description of
SMALLINT CQL type (corresponding Java type: Short). |
| JdbcTime |
JDBC description of
TIME CQL type (corresponding Java type: Time). |
| JdbcTimestamp |
JDBC description of
TIMESTAMP CQL type (corresponding Java type: Timestamp). |
| JdbcTimeUUID |
JDBC description of
TIMEUUID CQL type (corresponding Java type: UUID). |
| JdbcTuple |
JDBC description of CQL tuple (corresponding Java type:
TupleValue). |
| JdbcUdt |
JDBC description of a CQL user-defined type (corresponding Java type:
UdtValue). |
| JdbcUTF8 |
JDBC description of
VARCHAR CQL type (corresponding Java type: String). |
| JdbcUUID |
JDBC description of
UUID CQL type (corresponding Java type: UUID). |
| JdbcVector |
JDBC description of
VECTOR CQL type (corresponding Java type: CqlVector). |
| TypesMap |
Mapping of Apache Cassandra CQL types to JDBC-equivalent types.
|
| Enum | Description |
|---|---|
| DataTypeEnum |
Enumeration of CQL data types and the corresponding Java types.
|
| Exception | Description |
|---|---|
| MarshalException |
An exception thrown during a marshalling process.
|
Copyright © 2020–2024 ING Bank. All rights reserved.