| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc.metadata |
This package contains the classes to manage the database metadata result sets.
|
| com.ing.data.cassandra.jdbc.types |
This package contains the codec classes to handle JDBC types and the correspondence with the CQL types.
|
| com.ing.data.cassandra.jdbc.utils |
This package contains utility classes used by the JDBC wrapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicVersionedMetadata
A basic implementation of a versioned database metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeEnum
Enumeration of CQL data types and the corresponding Java types.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DriverUtil.existsInDatabaseVersion(String dbVersion,
VersionedMetadata versionedMetadata)
Checks whether the database metadata (CQL type or built-in function) exists in the current database version.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DriverUtil.buildMetadataList(List<VersionedMetadata> metadataList,
String dbVersion)
Builds an alphabetically sorted and comma-separated list of metadata (such as built-in functions or CQL
keywords) existing in the specified Cassandra version.
|
Copyright © 2020–2024 ING Bank. All rights reserved.