| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc |
Implementation of JDBC API for Cassandra databases by wrapping the Java Driver for Apache Cassandra®.
|
| com.ing.data.cassandra.jdbc.metadata |
This package contains the classes to manage the database metadata result sets.
|
| com.ing.data.cassandra.jdbc.optionset |
This package contains the classes relative to the compliance modes used to adapt some behaviours of the wrapper
to different needs (standard JDBC API, Liquibase, ...).
|
| 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 | Field and Description |
|---|---|
protected CassandraConnection |
CassandraStatement.connection
The Cassandra connection.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraConnection |
CassandraStatement.getCassandraConnection()
Retrieves the
CassandraConnection object that produced this Statement object. |
CassandraConnection |
PooledCassandraConnection.getConnection() |
CassandraConnection |
CassandraDataSource.getConnection() |
CassandraConnection |
CassandraDataSource.getConnection(String user,
String password) |
| Constructor and Description |
|---|
CassandraDatabaseMetaData(CassandraConnection connection)
Constructor.
|
PooledCassandraConnection(CassandraConnection physicalConnection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BasicVersionedMetadata.fulfillAdditionalCondition(CassandraConnection connection) |
boolean |
VersionedMetadata.fulfillAdditionalCondition(CassandraConnection connection)
Checks if the connection to the database fulfills some specific conditions defined in the implementation of
VersionedMetadata. |
| Constructor and Description |
|---|
BuiltInFunctionsMetadataBuilder(String databaseVersion,
CassandraConnection connection)
Constructor.
|
| Constructor and Description |
|---|
BasicVersionedMetadata(String metadataName,
Function<CassandraConnection,Boolean> additionalCondition)
Constructs a database metadata valid from the specified version of Cassandra and verifying a specific condition
for the current connection.
|
BasicVersionedMetadata(String metadataName,
String validFrom,
Function<CassandraConnection,Boolean> additionalCondition)
Constructs a database metadata valid from the specified version of Cassandra and verifying a specific condition
for the current connection.
|
BasicVersionedMetadata(String metadataName,
String validFrom,
String invalidFrom,
Function<CassandraConnection,Boolean> additionalCondition)
Constructs a database metadata valid in the specified range of Cassandra versions and verifying a specific
condition for the current connection.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraConnection |
AbstractOptionSet.getConnection() |
CassandraConnection |
OptionSet.getConnection()
Get referenced connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOptionSet.setConnection(CassandraConnection connection) |
void |
OptionSet.setConnection(CassandraConnection connection)
Set referenced connection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataTypeEnum.fulfillAdditionalCondition(CassandraConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DriverUtil.buildMetadataList(List<VersionedMetadata> metadataList,
String dbVersion,
CassandraConnection connection)
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–2026 ING Bank. All rights reserved.